Update zsh-completion for --fetch-HEAD

This commit is contained in:
Vlad Shablinsky 2016-08-11 09:12:30 +02:00
parent 0e0342e18a
commit b7dc6ce7ee

View File

@ -139,6 +139,7 @@ case "$words[1]" in
upgrade)
_arguments \
'(--cleanup)--cleanup[remove previously installed formula version(s)]' \
'(--fetch-HEAD)--fetch-HEAD[detect outdated installation by fetching the repo]' \
'1: :->forms' && return 0
if [[ "$state" == forms ]]; then