#23 github: complete 'open' command

This commit is contained in:
Julien Nicoulaud 2011-09-02 15:44:31 +02:00
parent 4e117ea0dd
commit faa9a91378
1 changed files with 3 additions and 2 deletions

View File

@ -163,8 +163,9 @@ _github() {
esac
;;
(open)
# TODO Not implemented
_message "${words[1]} command argument" && ret=0
_arguments \
'1: :_github_user_slash_repos' \
&& ret=0
;;
(pull)
# TODO Not implemented