#23 github: complete Github user names with 'github network list' output
This commit is contained in:
parent
7224ce964d
commit
d4dac0f4a6
4
_github
4
_github
|
@ -201,8 +201,8 @@ _github() {
|
|||
|
||||
(( $+functions[_github_users] )) ||
|
||||
_github_users() {
|
||||
# TODO Not implemented
|
||||
_message -e users 'user'
|
||||
local users; users=(${(f)"$(_call_program users $service network list)"})
|
||||
_describe -t users 'user' users "$@"
|
||||
}
|
||||
|
||||
(( $+functions[_github_repos] )) ||
|
||||
|
|
Loading…
Reference in New Issue