#23 github: remove TODOs as it cannot be implemented...
This commit is contained in:
parent
022f30b068
commit
25d352c9d0
3
_github
3
_github
|
@ -239,13 +239,11 @@ _github_network_users() {
|
||||||
|
|
||||||
(( $+functions[_github_repos] )) ||
|
(( $+functions[_github_repos] )) ||
|
||||||
_github_repos() {
|
_github_repos() {
|
||||||
# TODO Not implemented
|
|
||||||
_message -e repos 'repo'
|
_message -e repos 'repo'
|
||||||
}
|
}
|
||||||
|
|
||||||
(( $+functions[_github_branches] )) ||
|
(( $+functions[_github_branches] )) ||
|
||||||
_github_branches() {
|
_github_branches() {
|
||||||
# TODO Not implemented
|
|
||||||
_message -e branches 'branch'
|
_message -e branches 'branch'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -253,7 +251,6 @@ _github_branches() {
|
||||||
_github_user_slash_repos() {
|
_github_user_slash_repos() {
|
||||||
local ret=1
|
local ret=1
|
||||||
if compset -P '*/'; then
|
if compset -P '*/'; then
|
||||||
# TODO Make it contextual to the user
|
|
||||||
_wanted repos expl 'repo' _github_repos && ret=0
|
_wanted repos expl 'repo' _github_repos && ret=0
|
||||||
else
|
else
|
||||||
_wanted users expl 'user' _github_users -qS/ && ret=0
|
_wanted users expl 'user' _github_users -qS/ && ret=0
|
||||||
|
|
Loading…
Reference in New Issue