@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 +28 -1
- package/npm-shrinkwrap.json +2030 -7904
- package/oclif.lock +1257 -3652
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
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
|
[](https://npmjs.org/package/@oclif/plugin-help)
|
|
6
|
-
[](https://snyk.io/test/npm/@oclif/plugin-help)
|
|
7
6
|
[](https://npmjs.org/package/@oclif/plugin-help)
|
|
8
7
|
[](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)
|