From faa9a913786158e7492cf976983d8dcbbc339596 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Fri, 2 Sep 2011 15:44:31 +0200 Subject: [PATCH] #23 github: complete 'open' command --- _github | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_github b/_github index e4e36a7..f9c715c 100644 --- a/_github +++ b/_github @@ -163,8 +163,9 @@ _github() { esac ;; (open) - # TODO Not implemented - _message "${words[1]} command argument" && ret=0 + _arguments \ + '1: :_github_user_slash_repos' \ + && ret=0 ;; (pull) # TODO Not implemented