@oclif/plugin-which
Version:
find which plugin a command is in
35 lines • 803 B
JSON
{
"commands": {
"which": {
"aliases": [],
"args": {},
"description": "Show which plugin a command is in.",
"examples": [
{
"command": "<%= config.bin %> <%= command.id %> help",
"description": "See which plugin the `help` command is in:"
}
],
"flags": {},
"hasDynamicHelp": false,
"hiddenAliases": [],
"id": "which",
"pluginAlias": "@oclif/plugin-which",
"pluginName": "@oclif/plugin-which",
"pluginType": "core",
"strict": false,
"enableJsonFlag": false,
"isESM": true,
"relativePath": [
"lib",
"commands",
"which.js"
],
"aliasPermutations": [],
"permutations": [
"which"
]
}
},
"version": "3.0.11"
}