Merge pull request #6624 from fauxpark/zsh-completion-outdated-greedy

completions/zsh: add --greedy argument for `brew cask outdated`
This commit is contained in:
Mike McQuaid 2019-10-21 12:25:12 +01:00 committed by GitHub
commit 59efb89015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}