#23 github: complete 'search' command

This commit is contained in:
Julien Nicoulaud 2011-09-02 15:47:38 +02:00
parent 6fd7fee419
commit 8ce343236d
1 changed files with 3 additions and 2 deletions

View File

@ -181,8 +181,9 @@ _github() {
&& ret=0
;;
(search)
# TODO Not implemented
_message "${words[1]} command argument" && ret=0
_arguments \
'1:query' \
&& ret=0
;;
(track)
# TODO Not implemented