c-bata / kube-prompt

An interactive kubernetes client featuring auto-complete.
MIT License
1.78k stars 133 forks source link

Panic when no space in parameter #78

Open John-Lin opened 3 years ago

John-Lin commented 3 years ago
Screen Shot 2020-09-11 at 12 20 50 PM

After typing get pods -nobs showing pods, then type -nobs will crash.

kubectl get -nkube-system pod should work.