#23 github: complete 'create' command

This commit is contained in:
Julien Nicoulaud 2011-09-02 10:40:17 +02:00
parent ba5e2cc4dc
commit 626ee8441f
1 changed files with 9 additions and 2 deletions

11
_github
View File

@ -81,8 +81,15 @@ _github() {
&& ret=0
;;
(create)
# TODO Not implemented
_message "${words[1]} command argument" && ret=0
_arguments \
'1:repo name' \
'--markdown[create README.markdown]' \
'--mdown[create README.mdown]' \
'--private[create private repository]' \
'--rdoc[create README.rdoc]' \
'--rst[create README.rst]' \
'--textile[create README.textile]' \
&& ret=0
;;
(create-from-local)
# TODO Not implemented