GitButler ⧓

Commands
>_

but completions

Generate `but` shell completions.

Examples

# bash, put in .bashrc or .bash_profile depending on system setup
eval "$(but completions bash)"
 
# zsh, put in .zshrc
eval "$(but completions zsh)"
 
# fish, put in config.fish
but completions fish | source

Usage: but completions [SHELL]

Arguments

  • <SHELL> — The shell to generate completions for, or the one extracted from the SHELL environment variable

Last updated on

On this page

Edit on GitHubGive us feedback