UNPKG

1 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 "flags": {
14 "json": {
15 "description": "Format output as json.",
16 "helpGroup": "GLOBAL",
17 "name": "json",
18 "allowNo": false,
19 "type": "boolean"
20 }
21 },
22 "hasDynamicHelp": false,
23 "hiddenAliases": [],
24 "id": "which",
25 "pluginAlias": "@oclif/plugin-which",
26 "pluginName": "@oclif/plugin-which",
27 "pluginType": "core",
28 "strict": false,
29 "enableJsonFlag": true,
30 "isESM": true,
31 "relativePath": [
32 "lib",
33 "commands",
34 "which.js"
35 ],
36 "aliasPermutations": [],
37 "permutations": [
38 "which"
39 ]
40 }
41 },
42 "version": "3.1.1"
43}
\No newline at end of file