mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
#23 github: complete 'track' command
This commit is contained in:
@@ -186,8 +186,11 @@ _github() {
|
|||||||
&& ret=0
|
&& ret=0
|
||||||
;;
|
;;
|
||||||
(track)
|
(track)
|
||||||
# TODO Not implemented
|
_arguments \
|
||||||
_message "${words[1]} command argument" && ret=0
|
'1:: :((remote))' \
|
||||||
|
'*: :_github_user_slash_repos' \
|
||||||
|
{--private,--ssh}'[use git@github.com: instead of git://github.com/]' \
|
||||||
|
&& ret=0
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user