From d4dac0f4a6a33abfedd743e77d0a7edc7186b00e Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Fri, 2 Sep 2011 16:25:57 +0200 Subject: [PATCH] #23 github: complete Github user names with 'github network list' output --- _github | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_github b/_github index 775fec1..e2bcbd4 100644 --- a/_github +++ b/_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] )) ||