adding reinstall to bash completion
Closes Homebrew/homebrew#22051. Signed-off-by: Samuel John <github@SamuelJohn.de>
This commit is contained in:
parent
43fc7423d7
commit
1abb8cdf81
@ -422,6 +422,7 @@ _brew ()
|
||||
prune
|
||||
pin
|
||||
search
|
||||
reinstall
|
||||
tap
|
||||
test
|
||||
uninstall remove rm
|
||||
@ -451,6 +452,7 @@ _brew ()
|
||||
fetch) _brew_fetch ;;
|
||||
info|abv) _brew_info ;;
|
||||
install|instal) _brew_install ;;
|
||||
reinstall|reinstal) _brew_install ;;
|
||||
link|ln) _brew_link ;;
|
||||
list|ls) _brew_list ;;
|
||||
log) _brew_log ;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user