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