Add shell completion support. Cobra can generate bash/zsh/fish/powershell completions.
Tasks:
- Add a
completion command (cobra provides GenBashCompletion etc.), or generate completion files at build time.
- Package completions in the goreleaser archives / Homebrew cask so they install automatically.
- Document how to enable them in the README.
Add shell completion support. Cobra can generate bash/zsh/fish/powershell completions.
Tasks:
completioncommand (cobra providesGenBashCompletionetc.), or generate completion files at build time.