(flag *pflag.Flag)
| 694 | } |
| 695 | |
| 696 | func nonCompletableFlag(flag *pflag.Flag) bool { |
| 697 | return flag.Hidden || len(flag.Deprecated) > 0 |
| 698 | } |
| 699 | |
| 700 | // GenBashCompletionFile generates bash completion file. |
| 701 | func (c *Command) GenBashCompletionFile(filename string) error { |
no outgoing calls
no test coverage detected