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