include powershell in short description for kubectl completion

This commit is contained in:
Daniel Helfand 2022-05-03 20:56:41 -05:00
parent 520b991347
commit 67e692d521

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) {