@cristiand391/oclif-carapace-spec-plugin
Version:
oclif plugin to generate a carapace spec
33 lines • 919 B
JSON
{
"commands": {
"carapace-gen": {
"aliases": [],
"args": {},
"description": "Generate a carapace spec file\n\nUse `carapace-gen` to get shell completion:\nhttps://github.com/carapace-sh/carapace-spec",
"flags": {
"refresh-cache": {
"char": "r",
"name": "refresh-cache",
"summary": "Refresh cache (ignores displaying instructions)",
"allowNo": false,
"type": "boolean"
}
},
"hasDynamicHelp": false,
"hiddenAliases": [],
"id": "carapace-gen",
"pluginAlias": "@cristiand391/oclif-carapace-spec-plugin",
"pluginName": "@cristiand391/oclif-carapace-spec-plugin",
"pluginType": "core",
"strict": true,
"enableJsonFlag": false,
"isESM": true,
"relativePath": [
"dist",
"commands",
"carapace-gen.js"
]
}
},
"version": "0.4.1"
}