| 97 | } |
| 98 | if cmd == cmd.Root() { |
| 99 | renderRootHelp(cmd.OutOrStdout(), cmd) |
| 100 | return |
| 101 | } |
| 102 | if cmd.IsAdditionalHelpTopicCommand() { |
| 103 | renderHelpTopic(cmd) |
| 104 | return |
| 105 | } |
| 106 | renderCommandHelp(cmd) |
nothing calls this directly
no outgoing calls
no test coverage detected