Skip to content
Snippets Groups Projects
Unverified Commit 11918cef authored by Amory Meltzer's avatar Amory Meltzer
Browse files

bash completion: Add remaining brew outdated flags

`--verbose`, `--formula`, and `--greedy`
parent 7a3c43e3
No related branches found
No related tags found
No related merge requests found
......@@ -419,7 +419,7 @@ _brew_outdated() {
local cur="${COMP_WORDS[COMP_CWORD]}"
case "$cur" in
-*)
__brewcomp "--quiet --cask --json=v1 --fetch-HEAD"
__brewcomp "--quiet --verbose --formula --cask --json=v1 --fetch-HEAD --greedy"
return
;;
esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment