Generate shell completion scripts for bash, zsh, or fish.
Usage
$ agentver completion <shell>Arguments
<shell>Shell type: bash, zsh, or fishOptions
--installInstall the completion script to your shell RC fileExamples
Print bash completion script to stdout
$ agentver completion bashInstall zsh completions to ~/.zshrc
$ agentver completion zsh --installLoad completions in the current session
$ eval "$(agentver completion bash)"