mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
#44 git-pulls: complete 'list' command
This commit is contained in:
+6
-1
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user