1 | {
|
2 | "commands": {
|
3 | "autocomplete:create": {
|
4 | "aliases": [],
|
5 | "args": {},
|
6 | "description": "create autocomplete setup scripts and completion functions",
|
7 | "flags": {},
|
8 | "hasDynamicHelp": false,
|
9 | "hidden": true,
|
10 | "hiddenAliases": [],
|
11 | "id": "autocomplete:create",
|
12 | "pluginAlias": "@oclif/plugin-autocomplete",
|
13 | "pluginName": "@oclif/plugin-autocomplete",
|
14 | "pluginType": "core",
|
15 | "strict": true,
|
16 | "isESM": true,
|
17 | "relativePath": [
|
18 | "lib",
|
19 | "commands",
|
20 | "autocomplete",
|
21 | "create.js"
|
22 | ],
|
23 | "aliasPermutations": [],
|
24 | "permutations": [
|
25 | "autocomplete:create",
|
26 | "create:autocomplete"
|
27 | ]
|
28 | },
|
29 | "autocomplete": {
|
30 | "aliases": [],
|
31 | "args": {
|
32 | "shell": {
|
33 | "description": "Shell type",
|
34 | "name": "shell",
|
35 | "options": [
|
36 | "zsh",
|
37 | "bash",
|
38 | "powershell"
|
39 | ],
|
40 | "required": false
|
41 | }
|
42 | },
|
43 | "description": "Display autocomplete installation instructions.",
|
44 | "examples": [
|
45 | "$ <%= config.bin %> autocomplete",
|
46 | "$ <%= config.bin %> autocomplete bash",
|
47 | "$ <%= config.bin %> autocomplete zsh",
|
48 | "$ <%= config.bin %> autocomplete powershell",
|
49 | "$ <%= config.bin %> autocomplete --refresh-cache"
|
50 | ],
|
51 | "flags": {
|
52 | "refresh-cache": {
|
53 | "char": "r",
|
54 | "description": "Refresh cache (ignores displaying instructions)",
|
55 | "name": "refresh-cache",
|
56 | "allowNo": false,
|
57 | "type": "boolean"
|
58 | }
|
59 | },
|
60 | "hasDynamicHelp": false,
|
61 | "hiddenAliases": [],
|
62 | "id": "autocomplete",
|
63 | "pluginAlias": "@oclif/plugin-autocomplete",
|
64 | "pluginName": "@oclif/plugin-autocomplete",
|
65 | "pluginType": "core",
|
66 | "strict": true,
|
67 | "isESM": true,
|
68 | "relativePath": [
|
69 | "lib",
|
70 | "commands",
|
71 | "autocomplete",
|
72 | "index.js"
|
73 | ],
|
74 | "aliasPermutations": [],
|
75 | "permutations": [
|
76 | "autocomplete"
|
77 | ]
|
78 | },
|
79 | "autocomplete:script": {
|
80 | "aliases": [],
|
81 | "args": {
|
82 | "shell": {
|
83 | "description": "Shell type",
|
84 | "name": "shell",
|
85 | "options": [
|
86 | "zsh",
|
87 | "bash",
|
88 | "powershell"
|
89 | ],
|
90 | "required": false
|
91 | }
|
92 | },
|
93 | "description": "outputs autocomplete config script for shells",
|
94 | "flags": {},
|
95 | "hasDynamicHelp": false,
|
96 | "hidden": true,
|
97 | "hiddenAliases": [],
|
98 | "id": "autocomplete:script",
|
99 | "pluginAlias": "@oclif/plugin-autocomplete",
|
100 | "pluginName": "@oclif/plugin-autocomplete",
|
101 | "pluginType": "core",
|
102 | "strict": true,
|
103 | "isESM": true,
|
104 | "relativePath": [
|
105 | "lib",
|
106 | "commands",
|
107 | "autocomplete",
|
108 | "script.js"
|
109 | ],
|
110 | "aliasPermutations": [],
|
111 | "permutations": [
|
112 | "autocomplete:script",
|
113 | "script:autocomplete"
|
114 | ]
|
115 | }
|
116 | },
|
117 | "version": "3.2.7"
|
118 | } |
\ | No newline at end of file |