aboutsummaryrefslogtreecommitdiffstats
path: root/_github
diff options
context:
space:
mode:
authorJulien Nicoulaud <julien.nicoulaud@gmail.com>2011-09-02 15:46:44 +0200
committerJulien Nicoulaud <julien.nicoulaud@gmail.com>2011-09-02 15:46:44 +0200
commit6fd7fee419f06092743baae488de1ff137d04066 (patch)
treea716383f591be9948da71f025c8f4b116c982fad /_github
parent#23 github: complete 'pull' command (diff)
downloadzsh-completions-6fd7fee419f06092743baae488de1ff137d04066.tar
zsh-completions-6fd7fee419f06092743baae488de1ff137d04066.tar.gz
zsh-completions-6fd7fee419f06092743baae488de1ff137d04066.tar.bz2
zsh-completions-6fd7fee419f06092743baae488de1ff137d04066.tar.lz
zsh-completions-6fd7fee419f06092743baae488de1ff137d04066.tar.xz
zsh-completions-6fd7fee419f06092743baae488de1ff137d04066.tar.zst
zsh-completions-6fd7fee419f06092743baae488de1ff137d04066.zip
#23 github: complete 'pull-request' command
Diffstat (limited to '_github')
-rw-r--r--_github6
1 files changed, 4 insertions, 2 deletions
diff --git a/_github b/_github
index 1bf4e3d..4f3bb45 100644
--- a/_github
+++ b/_github
@@ -175,8 +175,10 @@ _github() {
&& ret=0
;;
(pull-request)
- # TODO Not implemented
- _message "${words[1]} command argument" && ret=0
+ _arguments \
+ '1: :_github_users' \
+ '2: :_github_branches' \
+ && ret=0
;;
(search)
# TODO Not implemented