mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
#44 git-pulls: complete 'update' command
This commit is contained in:
+4
-1
@@ -68,7 +68,10 @@ _git-pulls() {
|
||||
(args)
|
||||
curcontext="${curcontext%:*:*}:git-pulls-cmd-$words[1]:"
|
||||
case $words[1] in
|
||||
(update|list|show|browse|merge)
|
||||
(update)
|
||||
_message 'no more arguments' && ret=0
|
||||
;;
|
||||
(list|show|browse|merge)
|
||||
# TODO Not implemented
|
||||
_message 'arguments' && ret=0
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user