From 7224ce964ddc9dcad5257a875aa65c385e68b01b Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Fri, 2 Sep 2011 15:53:55 +0200 Subject: [PATCH] #23 github: complete 'track' command --- _github | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/_github b/_github index cdc67ed..775fec1 100644 --- a/_github +++ b/_github @@ -186,8 +186,11 @@ _github() { && ret=0 ;; (track) - # TODO Not implemented - _message "${words[1]} command argument" && ret=0 + _arguments \ + '1:: :((remote))' \ + '*: :_github_user_slash_repos' \ + {--private,--ssh}'[use git@github.com: instead of git://github.com/]' \ + && ret=0 ;; esac ;;