#23 github: complete 'config' command

This commit is contained in:
Julien Nicoulaud 2011-09-02 10:36:39 +02:00
parent 7dd0aac760
commit ba5e2cc4dc
1 changed files with 4 additions and 2 deletions

View File

@ -75,8 +75,10 @@ _github() {
&& ret=0
;;
(config)
# TODO Not implemented
_message "${words[1]} command argument" && ret=0
_arguments \
'1: :_github_users' \
'2: :_github_repos' \
&& ret=0
;;
(create)
# TODO Not implemented