UNPKG

803 BJSONView 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 "hasDynamicHelp": false,
15 "hiddenAliases": [],
16 "id": "which",
17 "pluginAlias": "@oclif/plugin-which",
18 "pluginName": "@oclif/plugin-which",
19 "pluginType": "core",
20 "strict": false,
21 "enableJsonFlag": false,
22 "isESM": true,
23 "relativePath": [
24 "lib",
25 "commands",
26 "which.js"
27 ],
28 "aliasPermutations": [],
29 "permutations": [
30 "which"
31 ]
32 }
33 },
34 "version": "3.0.11"
35}
\No newline at end of file