#23 github: complete 'pull' command

This commit is contained in:
Julien Nicoulaud 2011-09-02 15:45:46 +02:00
parent faa9a91378
commit beef59c47d
1 changed files with 5 additions and 2 deletions

View File

@ -168,8 +168,11 @@ _github() {
&& ret=0 && ret=0
;; ;;
(pull) (pull)
# TODO Not implemented _arguments \
_message "${words[1]} command argument" && ret=0 '1: :_github_users' \
'2: :_github_branches' \
'--merge[automatically merge remote'\''s changes into your master]' \
&& ret=0
;; ;;
(pull-request) (pull-request)
# TODO Not implemented # TODO Not implemented