CLI/

agentver completion

Generate shell completion scripts for bash, zsh, or fish.

Usage

$ agentver completion <shell>

Arguments

<shell>Shell type: bash, zsh, or fish

Options

--installInstall the completion script to your shell RC file

Examples

Print bash completion script to stdout

$ agentver completion bash

Install zsh completions to ~/.zshrc

$ agentver completion zsh --install

Load completions in the current session

$ eval "$(agentver completion bash)"

Related commands