Merge pull request #8877 from lsparlin/lsparlin-patch-zsh-completion
Bug fix _brew_upgrade zsh completion function
This commit is contained in:
commit
0732a86a24
@ -818,7 +818,7 @@ _brew_update_test() {
|
||||
# install-options is copied from brew install
|
||||
_brew_upgrade() {
|
||||
_arguments \
|
||||
'--cask[upgrade installed Casks with newer versions]'
|
||||
'--cask[upgrade installed Casks with newer versions]' \
|
||||
'--cleanup[remove previously installed formula version(s)]' \
|
||||
'--fetch-HEAD[detect if the HEAD installation of the formula is outdated]' \
|
||||
- normal-install \
|
||||
|
Loading…
x
Reference in New Issue
Block a user