diff options
| author | Julien Nicoulaud <julien.nicoulaud@gmail.com> | 2011-09-02 15:46:44 +0200 |
|---|---|---|
| committer | Julien Nicoulaud <julien.nicoulaud@gmail.com> | 2011-09-02 15:46:44 +0200 |
| commit | 6fd7fee419f06092743baae488de1ff137d04066 (patch) | |
| tree | a716383f591be9948da71f025c8f4b116c982fad /_github | |
| parent | #23 github: complete 'pull' command (diff) | |
| download | zsh-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-- | _github | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
