#23 github: complete 'pull-request' command

This commit is contained in:
Julien Nicoulaud 2011-09-02 15:46:44 +02:00
parent beef59c47d
commit 6fd7fee419
1 changed files with 4 additions and 2 deletions

View File

@ -175,8 +175,10 @@ _github() {
&& ret=0
;;
(pull-request)
# TODO Not implemented
_message "${words[1]} command argument" && ret=0
_arguments \
'1: :_github_users' \
'2: :_github_branches' \
&& ret=0
;;
(search)
# TODO Not implemented