diff options
| author | Vlad Shablinsky | 2016-08-11 08:53:06 +0200 |
|---|---|---|
| committer | Vlad Shablinsky | 2016-08-11 08:53:06 +0200 |
| commit | 0e0342e18a66f35e11a97364a078af118bac688e (patch) | |
| tree | 917909f97b75f95e47d8c3a7f5bb6b211d64c944 | |
| parent | 06fe347de97975dc01e726f87bf07a56a6fb713e (diff) | |
| download | brew-0e0342e18a66f35e11a97364a078af118bac688e.tar.bz2 | |
Add --fetch-HEAD completions to bash
| -rw-r--r-- | etc/bash_completion.d/brew | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/bash_completion.d/brew b/etc/bash_completion.d/brew index 40a1174d0..67c4c6a3d 100644 --- a/etc/bash_completion.d/brew +++ b/etc/bash_completion.d/brew @@ -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 ;; |
