kapi completion
kapi completion [bash|zsh|fish|powershell]Generate a shell completion script for the specified shell.
To load completions:
Bash: $ source <(kapi completion bash)
Or install permanently:
$ kapi completion bash > /etc/bash_completion.d/kapi
Zsh: $ source <(kapi completion zsh)
Or install permanently:
$ kapi completion zsh > "${fpath[1]}/_kapi"
Fish: $ kapi completion fish | source
Or install permanently:
$ kapi completion fish > ~/.config/fish/completions/kapi.fish
PowerShell: PS> kapi completion powershell | Out-String | Invoke-Expression
Try it
Runs in your browser against a small sample file. Edit the command before running, or press Run to execute it as shown.
kapi completionFlags
This command has no local flags.
← Back to the Command Reference