Enable completion descriptions for powershell
Signed-off-by: Marc Khouzam <marc.khouzam@gmail.com>
This commit is contained in:
parent
fbdebe8e4e
commit
549caf29b5
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ func NewCmdCompletion(io *iostreams.IOStreams) *cobra.Command {
|
|||
case "zsh":
|
||||
return rootCmd.GenZshCompletion(w)
|
||||
case "powershell":
|
||||
return rootCmd.GenPowerShellCompletion(w)
|
||||
return rootCmd.GenPowerShellCompletionWithDesc(w)
|
||||
case "fish":
|
||||
return rootCmd.GenFishCompletion(w, true)
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue