choria-io / appbuilder

Tool to create friendly wrapping command lines over operations tools
Apache License 2.0
105 stars 4 forks source link

Consider generating shell completions #98

Open smortex opened 2 years ago

smortex commented 2 years ago

Just like we have choria completion --zsh / choria completion --bash, it would be handy to have a similar way to generate completions with appbuilder.

ripienaar commented 2 years ago

eval "$(your-cli-tool --completion-script-bash)"

Also zsh. Though I think the zsh one is broken