usage: kanon completion [-h] <shell>

Emit the shell completion script for kanon to stdout.

Pipe the output to the appropriate location for your shell:

  kanon completion bash > /etc/bash_completion.d/kanon
  kanon completion zsh  > "${fpath[1]}/_kanon"
  kanon completion powershell | Out-String | Invoke-Expression

Then restart your shell or re-source the completion file.

cmd.exe has no programmable tab-completion mechanism and is not a
supported completion shell; see docs/shell-completion.md.

See docs/shell-completion.md for full installation instructions.

positional arguments:
  <shell>     Target shell. Choices: {bash, zsh, powershell}.

options:
  -h, --help  show this help message and exit
