#23 github: complete 'create-from-local' command
This commit is contained in:
parent
626ee8441f
commit
d38b8a2668
5
_github
5
_github
|
|
@ -92,8 +92,9 @@ _github() {
|
||||||
&& ret=0
|
&& ret=0
|
||||||
;;
|
;;
|
||||||
(create-from-local)
|
(create-from-local)
|
||||||
# TODO Not implemented
|
_arguments \
|
||||||
_message "${words[1]} command argument" && ret=0
|
'--private[create private repository]' \
|
||||||
|
&& ret=0
|
||||||
;;
|
;;
|
||||||
(fork)
|
(fork)
|
||||||
# TODO Not implemented
|
# TODO Not implemented
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue