#23 github: complete 'pull' command
This commit is contained in:
parent
faa9a91378
commit
beef59c47d
7
_github
7
_github
|
@ -168,8 +168,11 @@ _github() {
|
|||
&& ret=0
|
||||
;;
|
||||
(pull)
|
||||
# TODO Not implemented
|
||||
_message "${words[1]} command argument" && ret=0
|
||||
_arguments \
|
||||
'1: :_github_users' \
|
||||
'2: :_github_branches' \
|
||||
'--merge[automatically merge remote'\''s changes into your master]' \
|
||||
&& ret=0
|
||||
;;
|
||||
(pull-request)
|
||||
# TODO Not implemented
|
||||
|
|
Loading…
Reference in New Issue