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 | source
judgment completion <SHELL>

Arguments

NameRequired
SHELLyes

On this page