#44 git-pulls: complete 'list' command

This commit is contained in:
Julien Nicoulaud 2011-09-02 17:08:39 +02:00
parent ad90eb3d94
commit 4ded2b9ef1
1 changed files with 6 additions and 1 deletions

View File

@ -71,7 +71,12 @@ _git-pulls() {
(update)
_message 'no more arguments' && ret=0
;;
(list|show|browse|merge)
(list)
_arguments \
'--reverse[list in reverse order]' \
&& ret=0
;;
(show|browse|merge)
# TODO Not implemented
_message 'arguments' && ret=0
;;