mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Add zsh compatibility note completion
cmd help
This commit is contained in:
parent
019b4c0e8f
commit
9eb98cfb58
@ -42,10 +42,11 @@ $ brew install bash-completion
|
||||
$ source $(brew --prefix)/etc/bash_completion
|
||||
$ source <(kubectl completion bash)
|
||||
|
||||
If you use zsh, the following will load kubectl zsh completion:
|
||||
If you use zsh*, the following will load kubectl zsh completion:
|
||||
|
||||
$ source <(kubectl completion zsh)
|
||||
`
|
||||
|
||||
* zsh completions are only supported in versions of zsh >= 5.2`
|
||||
)
|
||||
|
||||
var (
|
||||
|
Loading…
Reference in New Issue
Block a user