oclif-plugin-completion
Version:
oclif plugin for generating shell completions
1 lines • 1.46 kB
JSON
{"version":"0.6.0","commands":{"completion":{"id":"completion","description":"Generate shell completion script\n\nRun this command to see instructions for your shell.","pluginName":"oclif-plugin-completion","pluginType":"core","aliases":[],"examples":["$ <%= config.bin %> completion --shell zsh"],"flags":{"shell":{"name":"shell","type":"option","char":"s","description":"Name of shell","required":true,"options":["bash","fish","zsh"]}},"args":[]},"completion:generate:alias":{"id":"completion:generate:alias","description":"Generates completion script for alias\n\nThis needs the completion script for the main command to be present.\n\nCheck the \"completion:generate\" command.","pluginName":"oclif-plugin-completion","pluginType":"core","aliases":[],"flags":{"shell":{"name":"shell","type":"option","char":"s","description":"Name of shell","required":true,"options":["bash","fish"]}},"args":[{"name":"ALIAS","description":"name of the alias","required":true}]},"completion:generate":{"id":"completion:generate","description":"Generates completion script\n\nRun the \"completion\" command to see instructions about how to use the script generated by this command.","pluginName":"oclif-plugin-completion","pluginType":"core","aliases":[],"examples":["$ <%= config.bin %> completion:generate --shell zsh"],"flags":{"shell":{"name":"shell","type":"option","char":"s","description":"Name of shell","required":true,"options":["bash","fish","zsh"]}},"args":[]}}}