completions/zsh: add --greedy argument for brew cask outdated
This commit is contained in:
parent
8b4c8159de
commit
c46244dc3d
@ -134,6 +134,12 @@ _brew_cask_ls() {
|
|||||||
_brew_cask_list
|
_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_remove() {
|
||||||
_brew_cask_uninstall
|
_brew_cask_uninstall
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user