#23 github: complete 'create-from-local' command

This commit is contained in:
Julien Nicoulaud 2011-09-02 10:41:22 +02:00
parent 626ee8441f
commit d38b8a2668
1 changed files with 3 additions and 2 deletions

View File

@ -92,8 +92,9 @@ _github() {
&& ret=0
;;
(create-from-local)
# TODO Not implemented
_message "${words[1]} command argument" && ret=0
_arguments \
'--private[create private repository]' \
&& ret=0
;;
(fork)
# TODO Not implemented