Skip to main content

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

Commandcompletion
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 completion
Flags

This command has no local flags.

← Back to the Command Reference