mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
#23 github: complete 'config' command
This commit is contained in:
@@ -75,8 +75,10 @@ _github() {
|
|||||||
&& ret=0
|
&& ret=0
|
||||||
;;
|
;;
|
||||||
(config)
|
(config)
|
||||||
# TODO Not implemented
|
_arguments \
|
||||||
_message "${words[1]} command argument" && ret=0
|
'1: :_github_users' \
|
||||||
|
'2: :_github_repos' \
|
||||||
|
&& ret=0
|
||||||
;;
|
;;
|
||||||
(create)
|
(create)
|
||||||
# TODO Not implemented
|
# TODO Not implemented
|
||||||
|
|||||||
Reference in New Issue
Block a user