Skip to content
Snippets Groups Projects
Commit 0e0342e1 authored by Vlad Shablinsky's avatar Vlad Shablinsky
Browse files

Add --fetch-HEAD completions to bash

parent 06fe347d
No related branches found
No related tags found
No related merge requests found
......@@ -343,7 +343,7 @@ _brew_outdated() {
local cur="${COMP_WORDS[COMP_CWORD]}"
case "$cur" in
--*)
__brewcomp "--quiet --json=v1"
__brewcomp "--quiet --json=v1 --fetch-HEAD"
return
;;
esac
......@@ -520,6 +520,7 @@ _brew_upgrade() {
--cleanup
--debug
--verbose
--fetch-HEAD
"
return
;;
......
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