4 lines
79 B
Fish
4 lines
79 B
Fish
|
|
function k --wraps kubectl --description 'alias kubectl'
|
||
|
|
kubectl $argv
|
||
|
|
end
|