Merge pull request #10410 from SeekingMeaning/zsh-completion-upgrade-fix
completions/zsh: fix broken zsh tab completion for `brew upgrade`
This commit is contained in:
commit
de1de35369
@ -876,7 +876,7 @@ _brew_upgrade() {
|
|||||||
- interactive-install \
|
- interactive-install \
|
||||||
'--interactive[download and patch formula, then open a shell]' \
|
'--interactive[download and patch formula, then open a shell]' \
|
||||||
'--git' \
|
'--git' \
|
||||||
': : __brew_outdated_formulae'
|
': : __brew_outdated_formulae' \
|
||||||
- cask-install \
|
- cask-install \
|
||||||
'--cask[reinstall casks]' \
|
'--cask[reinstall casks]' \
|
||||||
': :__brew_all_casks' \
|
': :__brew_all_casks' \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user