mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
#23 github: complete 'admin', 'fetch', 'fetch_all', 'home' and 'info' commands
This commit is contained in:
@@ -56,9 +56,8 @@ _github() {
|
||||
(args)
|
||||
curcontext="${curcontext%:*:*}:github-cmd-$words[1]:"
|
||||
case $words[1] in
|
||||
(admin)
|
||||
# TODO Not implemented
|
||||
_message "${words[1]} command argument" && ret=0
|
||||
(admin|fetch|fetch_all|home|info)
|
||||
_message 'no more arguments' && ret=0
|
||||
;;
|
||||
(browse)
|
||||
# TODO Not implemented
|
||||
@@ -80,14 +79,6 @@ _github() {
|
||||
# TODO Not implemented
|
||||
_message "${words[1]} command argument" && ret=0
|
||||
;;
|
||||
(fetch)
|
||||
# TODO Not implemented
|
||||
_message "${words[1]} command argument" && ret=0
|
||||
;;
|
||||
(fetch_all)
|
||||
# TODO Not implemented
|
||||
_message "${words[1]} command argument" && ret=0
|
||||
;;
|
||||
(fork)
|
||||
# TODO Not implemented
|
||||
_message "${words[1]} command argument" && ret=0
|
||||
@@ -100,10 +91,6 @@ _github() {
|
||||
# TODO Not implemented
|
||||
_message "${words[1]} command argument" && ret=0
|
||||
;;
|
||||
(info)
|
||||
# TODO Not implemented
|
||||
_message "${words[1]} command argument" && ret=0
|
||||
;;
|
||||
(issues)
|
||||
# TODO Not implemented
|
||||
_message "${words[1]} command argument" && ret=0
|
||||
|
||||
Reference in New Issue
Block a user