@oclif/plugin-help
Version:
Standard help for oclif.
36 lines (23 loc) • 1.01 kB
Markdown
# @oclif/plugin-help
A CLI command to invoke the standard help functionality from [oclif/core](https://github.com/oclif/core).
[](https://npmjs.org/package/@oclif/plugin-help)
[](https://npmjs.org/package/@oclif/plugin-help)
[](https://github.com/oclif/plugin-help/blob/main/package.json)
<!-- commands -->
* [`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](https://github.com/oclif/plugin-help/blob/v6.2.11/src/commands/help.ts)_
<!-- commandsstop -->
# Contributing
See [contributing guide](./CONRTIBUTING.md)