From ba5e2cc4dc8b77c830086f7fa2a4948e4d3d5c1c Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Fri, 2 Sep 2011 10:36:39 +0200 Subject: [PATCH] #23 github: complete 'config' command --- _github | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_github b/_github index e01fcd8..8b2e3a3 100644 --- a/_github +++ b/_github @@ -75,8 +75,10 @@ _github() { && ret=0 ;; (config) - # TODO Not implemented - _message "${words[1]} command argument" && ret=0 + _arguments \ + '1: :_github_users' \ + '2: :_github_repos' \ + && ret=0 ;; (create) # TODO Not implemented