@oclif/plugin-help 6.0.17 → 6.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,6 +3,33 @@
3
3
  A CLI command to invoke the standard help functionality from [oclif/core](https://github.com/oclif/core).
4
4
 
5
5
  [![Version](https://img.shields.io/npm/v/@oclif/plugin-help.svg)](https://npmjs.org/package/@oclif/plugin-help)
6
- [![Known Vulnerabilities](https://snyk.io/test/npm/@oclif/plugin-help/badge.svg)](https://snyk.io/test/npm/@oclif/plugin-help)
7
6
  [![Downloads/week](https://img.shields.io/npm/dw/@oclif/plugin-help.svg)](https://npmjs.org/package/@oclif/plugin-help)
8
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
+
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.0.19/src/commands/help.ts)_
31
+ <!-- commandsstop -->
32
+
33
+ # Contributing
34
+
35
+ See [contributing guide](./CONRTIBUTING.md)