-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add zsh completion for kubectl #23797
Conversation
Labelling this PR as size/L |
@eparis we have a license conflict here I guess. |
Will rewrite the |
GCE e2e build/test passed for commit b5cd0dea35922339dde2368427cb554fe259680e. |
b5cd0de
to
7fea3fd
Compare
Replaced __kubectl_get_comp_words_by_ref with a trivial implementation. Luckily, we don't use any excluded characters from COMP_WORDBREAKS. Switched license to Apache. |
GCE e2e build/test passed for commit 7fea3fd. |
Automatic merge from submit-queue |
To get this working on my
I had to change |
@elipapa do you have a patch or PR fixing this? Which |
… On Mon, Dec 5, 2016 at 1:29 PM, Dr. Stefan Schimanski < ***@***.***> wrote:
@elipapa <https://github.com/elipapa> do you have a patch or PR fixing
this? Which $@ do you mean?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#23797 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAG34o429TYWGeumHZ2sc0-OIkXxvvN1ks5rFBGngaJpZM4H-guz>
.
|
This is based on the zsh emulation of the bash completion system (compare
bashcompinit
at http://zsh.sourceforge.net/Doc/Release/Completion-System.html). Because this emulation is not 100% complete, a number of functions are added or extended to work with the bash completion of kubectl.