()
| 50 | } |
| 51 | |
| 52 | func (e *flagCompError) Error() string { |
| 53 | return "Subcommand '" + e.subCommand + "' does not support flag '" + e.flagName + "'" |
| 54 | } |
| 55 | |
| 56 | const ( |
| 57 | // ShellCompDirectiveError indicates an error occurred and completions should be ignored. |
no outgoing calls