#23 github: complete 'track' command

This commit is contained in:
Julien Nicoulaud 2011-09-02 15:53:55 +02:00
parent 8ce343236d
commit 7224ce964d
1 changed files with 5 additions and 2 deletions

View File

@ -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
;;