c-bata / kube-prompt

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

Fixes #9 - Add -n to namespace completion handler #31

Closed tmlbl closed 5 years ago

tmlbl commented 5 years ago

This allows the user to type something like get pods -n and get the same completion information as if they typed get pods --namespace

c-bata commented 5 years ago

thanks 👍