#44 git-pulls: complete 'update' command

This commit is contained in:
Julien Nicoulaud 2011-09-02 17:05:41 +02:00
parent e730ece076
commit ad90eb3d94
1 changed files with 4 additions and 1 deletions

View File

@ -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
;;