Merge pull request #6624 from fauxpark/zsh-completion-outdated-greedy
completions/zsh: add --greedy argument for `brew cask outdated`
This commit is contained in:
commit
59efb89015
@ -134,6 +134,12 @@ _brew_cask_ls() {
|
||||
_brew_cask_list
|
||||
}
|
||||
|
||||
_brew_cask_outdated() {
|
||||
_arguments : \
|
||||
'--greedy:also list Casks with auto_updates or version \:latest' \
|
||||
'*::token:__brew_installed_casks'
|
||||
}
|
||||
|
||||
_brew_cask_remove() {
|
||||
_brew_cask_uninstall
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user