Standard help for oclif.
npm install @oclif/plugin-helpA CLI command to invoke the standard help functionality from oclif/core.



* [oclif help [COMMAND]](#oclif-help-command)
oclif help [COMMAND]Display help for oclif.
``
USAGE
$ oclif help [COMMAND...] [-n]
ARGUMENTS
[COMMAND...] Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for oclif.
``
_See code: src/commands/help.ts_