UNPKG

1.01 kBMarkdownView Raw
1# @oclif/plugin-help
2
3A 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<!-- commands -->
10* [`oclif help [COMMAND]`](#oclif-help-command)
11
12## `oclif help [COMMAND]`
13
14Display help for oclif.
15
16```
17USAGE
18 $ oclif help [COMMAND...] [-n]
19
20ARGUMENTS
21 COMMAND... Command to show help for.
22
23FLAGS
24 -n, --nested-commands Include all nested commands in the output.
25
26DESCRIPTION
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<!-- commandsstop -->
32
33# Contributing
34
35See [contributing guide](./CONRTIBUTING.md)