1 | # @oclif/plugin-help
|
2 |
|
3 | A CLI command to invoke the standard help functionality from [oclif/core](https://github.com/oclif/core).
|
4 |
|
5 | [![Version](https://img.shields.io/npm/v/@oclif/plugin-help.svg)](https://npmjs.org/package/@oclif/plugin-help)
|
6 | [![Downloads/week](https://img.shields.io/npm/dw/@oclif/plugin-help.svg)](https://npmjs.org/package/@oclif/plugin-help)
|
7 | [![License](https://img.shields.io/npm/l/@oclif/plugin-help.svg)](https://github.com/oclif/plugin-help/blob/main/package.json)
|
8 |
|
9 |
|
10 | * [`oclif help [COMMAND]`](#oclif-help-command)
|
11 |
|
12 | ## `oclif help [COMMAND]`
|
13 |
|
14 | Display help for oclif.
|
15 |
|
16 | ```
|
17 | USAGE
|
18 | $ oclif help [COMMAND...] [-n]
|
19 |
|
20 | ARGUMENTS
|
21 | COMMAND... Command to show help for.
|
22 |
|
23 | FLAGS
|
24 | -n, --nested-commands Include all nested commands in the output.
|
25 |
|
26 | DESCRIPTION
|
27 | Display help for oclif.
|
28 | ```
|
29 |
|
30 | _See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/v6.2.15/src/commands/help.ts)_
|
31 |
|
32 |
|
33 | # Contributing
|
34 |
|
35 | See [contributing guide](./CONRTIBUTING.md)
|