cli/completion: Add shell completion for cli
Add shell completions for Bash, Elvish, Fish, PowerShell, and Zsh using the clap_complete crate
Add shell completions for Bash, Elvish, Fish, PowerShell, and Zsh using the clap_complete crate
Changes:
- Rebase
- Introduce
Completionsubcommand via theclapderivation - Introduce
print_completionshelper - Add documentation for installing static completions
Update shell command rad completion to rad completions
clap/completion: remove completion command from readme
Squash, rebase.