bash completion: Add remaining brew outdated flags

`--verbose`, `--formula`, and `--greedy`
This commit is contained in:
Amory Meltzer 2020-10-19 15:54:13 -04:00
parent 7a3c43e3cd
commit 11918cef96
No known key found for this signature in database
GPG Key ID: C467F11088D1B1A2

View File

@ -419,7 +419,7 @@ _brew_outdated() {
local cur="${COMP_WORDS[COMP_CWORD]}" local cur="${COMP_WORDS[COMP_CWORD]}"
case "$cur" in case "$cur" in
-*) -*)
__brewcomp "--quiet --cask --json=v1 --fetch-HEAD" __brewcomp "--quiet --verbose --formula --cask --json=v1 --fetch-HEAD --greedy"
return return
;; ;;
esac esac