UNPKG

1.47 kBJSONView Raw
1{
2 "commands": {
3 "which": {
4 "aliases": [],
5 "args": {},
6 "description": "Show which plugin a command is in.",
7 "examples": [
8 {
9 "command": "<%= config.bin %> <%= command.id %> help",
10 "description": "See which plugin the `help` command is in:"
11 },
12 {
13 "command": "<%= config.bin %> <%= command.id %> foo:bar:baz",
14 "description": "Use colon separators."
15 },
16 {
17 "command": "<%= config.bin %> <%= command.id %> foo bar baz",
18 "description": "Use spaces as separators."
19 },
20 {
21 "command": "<%= config.bin %> <%= command.id %> \"foo bar baz\"",
22 "description": "Wrap command in quotes to use spaces as separators."
23 }
24 ],
25 "flags": {
26 "json": {
27 "description": "Format output as json.",
28 "helpGroup": "GLOBAL",
29 "name": "json",
30 "allowNo": false,
31 "type": "boolean"
32 }
33 },
34 "hasDynamicHelp": false,
35 "hiddenAliases": [],
36 "id": "which",
37 "pluginAlias": "@oclif/plugin-which",
38 "pluginName": "@oclif/plugin-which",
39 "pluginType": "core",
40 "strict": false,
41 "enableJsonFlag": true,
42 "isESM": true,
43 "relativePath": [
44 "lib",
45 "commands",
46 "which.js"
47 ],
48 "aliasPermutations": [],
49 "permutations": [
50 "which"
51 ]
52 }
53 },
54 "version": "3.2.15"
55}
\No newline at end of file