completions/zsh: add --greedy argument for brew cask outdated

This commit is contained in:
fauxpark 2019-10-21 20:07:20 +11:00
parent 8b4c8159de
commit c46244dc3d

View File

@ -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
}