@cristiand391/oclif-carapace-spec-plugin
Version:
oclif plugin to generate a carapace spec
33 lines • 1.01 kB
JSON
{
"commands": {
"carapace-gen": {
"aliases": [],
"args": {},
"description": "Generate a carapace spec file\n\nUse this command to generate a carapace spec for your CLI:\nhttps://carapace-sh.github.io/carapace-bin/spec.html\n\nSpec format:\nhttps://carapace-sh.github.io/carapace-spec/\n",
"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.5.1"
}