c-bata / kube-prompt

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

Windows #50

Closed malys closed 4 years ago

malys commented 5 years ago

add support of windows add switch of executable default kubectl but you can override it env: KUBE_CLI) and use oc.

c-bata commented 4 years ago

Thank you for submitting PR. And I'm sorry for late reply.

Actually, the windows support of the libraries using go-prompt is full of footguns (ex: if we change the window size, then output is completely broken). So I think we should not deliver Windows binaries now.

c-bata commented 4 years ago

I close this because this implementation is broken when we use pipe(|) or the quoted string contains space.