GenBashCompletionV2 generates Bash completion file version 2 and writes it to the passed writer.
(w io.Writer, includeDesc bool)
| 480 | // GenBashCompletionV2 generates Bash completion file version 2 |
| 481 | // and writes it to the passed writer. |
| 482 | func (c *Command) GenBashCompletionV2(w io.Writer, includeDesc bool) error { |
| 483 | return c.genBashCompletion(w, includeDesc) |
| 484 | } |