wacli/docs/completion.md
2026-05-04 09:11:44 +01:00

630 B

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.