Skip to content

refresh completion

Output shell completion script (bash, zsh, or fish)

refresh completion [options] <bash|zsh|fish>

Generate a shell completion script for refresh.

Examples: # bash (add to ~/.bashrc or a bash_completion.d directory) source <(refresh completion bash)

# zsh (write somewhere on your $fpath) refresh completion zsh > "${fpath[1]}/_refresh"

# fish refresh completion fish > ~/.config/fish/completions/refresh.fish

Flags

Flag Env Default Description
--help, -h show help