#44 git-pulls: complete 'update' command
This commit is contained in:
parent
e730ece076
commit
ad90eb3d94
|
|
@ -68,7 +68,10 @@ _git-pulls() {
|
||||||
(args)
|
(args)
|
||||||
curcontext="${curcontext%:*:*}:git-pulls-cmd-$words[1]:"
|
curcontext="${curcontext%:*:*}:git-pulls-cmd-$words[1]:"
|
||||||
case $words[1] in
|
case $words[1] in
|
||||||
(update|list|show|browse|merge)
|
(update)
|
||||||
|
_message 'no more arguments' && ret=0
|
||||||
|
;;
|
||||||
|
(list|show|browse|merge)
|
||||||
# TODO Not implemented
|
# TODO Not implemented
|
||||||
_message 'arguments' && ret=0
|
_message 'arguments' && ret=0
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue