ShowHelp calls cmd.HelpFunc() inside RunE instead of RunTUI
| 24 | // ShowHelp calls cmd.HelpFunc() inside RunE instead of RunTUI |
| 25 | |
| 26 | type ShowHelp struct{} |
| 27 | |
| 28 | func (c ShowHelp) UI() UI { |
| 29 | return UI{} |
nothing calls this directly
no outgoing calls
no test coverage detected