1 | {
|
2 | "commands": {
|
3 | "help": {
|
4 | "aliases": [],
|
5 | "args": {
|
6 | "command": {
|
7 | "description": "Command to show help for.",
|
8 | "name": "command",
|
9 | "required": false
|
10 | }
|
11 | },
|
12 | "description": "Display help for <%= config.bin %>.",
|
13 | "flags": {
|
14 | "nested-commands": {
|
15 | "char": "n",
|
16 | "description": "Include all nested commands in the output.",
|
17 | "name": "nested-commands",
|
18 | "allowNo": false,
|
19 | "type": "boolean"
|
20 | }
|
21 | },
|
22 | "hasDynamicHelp": false,
|
23 | "hiddenAliases": [],
|
24 | "id": "help",
|
25 | "pluginAlias": "@oclif/plugin-help",
|
26 | "pluginName": "@oclif/plugin-help",
|
27 | "pluginType": "core",
|
28 | "strict": false,
|
29 | "enableJsonFlag": false,
|
30 | "isESM": true,
|
31 | "relativePath": [
|
32 | "lib",
|
33 | "commands",
|
34 | "help.js"
|
35 | ],
|
36 | "aliasPermutations": [],
|
37 | "permutations": [
|
38 | "help"
|
39 | ]
|
40 | }
|
41 | },
|
42 | "version": "6.2.15"
|
43 | } |
\ | No newline at end of file |