Judgment Labs Logo

judgment completion

Print a shell-completion script for SHELL.

The Judgment CLI is deprecated and no longer under active development. This reference is retained for existing users. See the CLI deprecation notice for supported alternatives.

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