mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
include powershell in short description for kubectl completion
This commit is contained in:
parent
520b991347
commit
67e692d521
@ -131,7 +131,7 @@ func NewCmdCompletion(out io.Writer, boilerPlate string) *cobra.Command {
|
|||||||
cmd := &cobra.Command{
|
cmd := &cobra.Command{
|
||||||
Use: "completion SHELL",
|
Use: "completion SHELL",
|
||||||
DisableFlagsInUseLine: true,
|
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,
|
Long: completionLong,
|
||||||
Example: completionExample,
|
Example: completionExample,
|
||||||
Run: func(cmd *cobra.Command, args []string) {
|
Run: func(cmd *cobra.Command, args []string) {
|
||||||
|
Loading…
Reference in New Issue
Block a user