mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
#23 github: complete Github user names with 'github network list' output
This commit is contained in:
@@ -201,8 +201,8 @@ _github() {
|
|||||||
|
|
||||||
(( $+functions[_github_users] )) ||
|
(( $+functions[_github_users] )) ||
|
||||||
_github_users() {
|
_github_users() {
|
||||||
# TODO Not implemented
|
local users; users=(${(f)"$(_call_program users $service network list)"})
|
||||||
_message -e users 'user'
|
_describe -t users 'user' users "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
(( $+functions[_github_repos] )) ||
|
(( $+functions[_github_repos] )) ||
|
||||||
|
|||||||
Reference in New Issue
Block a user