judgment completion
Print a shell-completion script for SHELL.
completion
Print a shell-completion script for SHELL.
Eval the output from your shell's rc file:
# bash (~/.bashrc)
eval "$(judgment completion bash)"
# zsh (~/.zshrc)
eval "$(judgment completion zsh)"
# fish (~/.config/fish/config.fish)
judgment completion fish | sourcejudgment completion <SHELL>Arguments
| Name | Required |
|---|---|
SHELL | yes |