mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
#23 github: complete 'pull' command
This commit is contained in:
@@ -168,8 +168,11 @@ _github() {
|
||||
&& ret=0
|
||||
;;
|
||||
(pull)
|
||||
# TODO Not implemented
|
||||
_message "${words[1]} command argument" && ret=0
|
||||
_arguments \
|
||||
'1: :_github_users' \
|
||||
'2: :_github_branches' \
|
||||
'--merge[automatically merge remote'\''s changes into your master]' \
|
||||
&& ret=0
|
||||
;;
|
||||
(pull-request)
|
||||
# TODO Not implemented
|
||||
|
||||
Reference in New Issue
Block a user