8 lines
187 B
Cheetah
8 lines
187 B
Cheetah
|
function k --wraps=kubectl --description 'kubectl shorthand'
|
||
|
if type -q kubecolor
|
||
|
{{ lookPath "kubecolor" }} $argv
|
||
|
else
|
||
|
{{ lookPath "kubectl" }} $argv
|
||
|
end
|
||
|
end
|