From d38b8a2668c8d51ce3964542fb815a6fde30d513 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Fri, 2 Sep 2011 10:41:22 +0200 Subject: [PATCH] #23 github: complete 'create-from-local' command --- _github | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_github b/_github index aae7a2e..52f4bac 100644 --- a/_github +++ b/_github @@ -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