rhoas_completion_zsh
#
rhoas completion zshGenerate command completion script for Zsh shell
#
SynopsisGenerate command completion script for Zsh shell.
- Run
rhoas completion zsh > "${fpath[1]}/_rhoas"
to install the completion script. - Unless already installed, run
echo "autoload -U compinit; compinit" >> ~/.zshrc
to enable shell completions for Zsh.
rhoas completion zsh
#
Examplesrhoas completion zsh
#
Options inherited from parent commands -h, --help Show help for a command -v, --verbose Enable verbose mode
#
SEE ALSO- rhoas completion - Outputs command completion for the given shell (bash, zsh, or fish)