MCPcopy Create free account
hub / github.com/basecamp/hey-cli / flagEntry

Struct flagEntry

internal/cmd/help.go:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected