baur
baur copied to clipboard
update cobra pkg and make use of new completion features
https://github.com/spf13/cobra/releases
- support generating and installing bashcompletions for zsh and fish shell
- disable the default "completions" subcommand registered in the new cobra release
CLI could be: baur init completion --zsh|--bash|--fish [--global|--local|--stdout]
--localinstalls the the completion script to $HOME--globalinstalls the completion script to /etc/--stdoutprints the completion script (default?)