func genPowerShellComp(buf io.StringWriter, name string, includeDesc bool) { … }
func (c *Command) genPowerShellCompletion(w io.Writer, includeDesc bool) error { … }
func (c *Command) genPowerShellCompletionFile(filename string, includeDesc bool) error { … }
func (c *Command) GenPowerShellCompletionFile(filename string) error { … }
func (c *Command) GenPowerShellCompletion(w io.Writer) error { … }
func (c *Command) GenPowerShellCompletionFileWithDesc(filename string) error { … }
func (c *Command) GenPowerShellCompletionWithDesc(w io.Writer) error { … }