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

Update zsh-completion for --fetch-HEAD

parent 0e0342e1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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