Skip to content

kx completion

Generates a shell completion script for kx. See each subcommand’s own --help for how to install it.

Usage

kx completion [OPTIONS]

Subcommands

CommandDescription
kx completion bashGenerate the autocompletion script for bash
kx completion fishGenerate the autocompletion script for fish
kx completion powershellGenerate the autocompletion script for powershell
kx completion zshGenerate the autocompletion script for zsh

Global options

OptionDescription
--no-colorDisable styled output
-h, --helpShow this message and exit

Examples

kx completion zsh > "${fpath[1]}/_kx"
source <(kx completion bash)