GenPowerShellCompletionWithDesc generates powershell completion file with descriptions and writes it to the passed writer.
(w io.Writer)
| 346 | // GenPowerShellCompletionWithDesc generates powershell completion file with descriptions |
| 347 | // and writes it to the passed writer. |
| 348 | func (c *Command) GenPowerShellCompletionWithDesc(w io.Writer) error { |
| 349 | return c.genPowerShellCompletion(w, true) |
| 350 | } |
no test coverage detected