1
0
Fork 0
vdotfiles/cli/.config/fish/functions/kg.fish
2024-11-11 12:21:02 +02:00

3 lines
46 B
Fish

function kg
command kubectl get $argv
end