Merge pull request #109773 from danielhelfand/short-kubectl-comp

Include powershell in short description for kubectl completion
This commit is contained in:
Kubernetes Prow Robot 2022-06-05 01:14:20 -07:00 committed by GitHub
commit 35940b707c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@ func NewCmdCompletion(out io.Writer, boilerPlate string) *cobra.Command {
cmd := &cobra.Command{
Use: "completion SHELL",
DisableFlagsInUseLine: true,
Short: i18n.T("Output shell completion code for the specified shell (bash, zsh or fish)"),
Short: i18n.T("Output shell completion code for the specified shell (bash, zsh, fish, or powershell)"),
Long: completionLong,
Example: completionExample,
Run: func(cmd *cobra.Command, args []string) {