Generate shell completion script
Generate the autocompletion script for your shell. Source it for the current session or install it to enable persistent tab-completion.
kvatch completion [bash|zsh|fish|powershell] [flags]
# Bash (one-off)
source <(kvatch completion bash)
# Zsh (one-off)
source <(kvatch completion zsh)
# Fish (one-off)
kvatch completion fish | source
# PowerShell (one-off)
kvatch completion powershell | Out-String | Invoke-Expression
-h, --help help for completion
-o, --output string Output format: json|text (default "text")
- kvatch - Federated SQL Engine CLI