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
| Command | Description |
|---|---|
kx completion bash | Generate the autocompletion script for bash |
kx completion fish | Generate the autocompletion script for fish |
kx completion powershell | Generate the autocompletion script for powershell |
kx completion zsh | Generate the autocompletion script for zsh |
Global options
| Option | Description |
|---|---|
--no-color | Disable styled output |
-h, --help | Show this message and exit |
Examples
kx completion zsh > "${fpath[1]}/_kx"
source <(kx completion bash)