completion
Read when: installing shell completions.
wacli completion emits shell completion scripts generated by Cobra.
#Commands
wacli completion bash [--no-descriptions]
wacli completion zsh [--no-descriptions]
wacli completion fish [--no-descriptions]
wacli completion powershell [--no-descriptions]
#Examples
source <(wacli completion bash)
source <(wacli completion zsh)
wacli completion fish | source
wacli completion powershell | Out-String | Invoke-Expression
For persistent installation paths, run the specific command with --help; Cobra prints shell-specific setup instructions.