MCPcopy Create free account
hub / github.com/cli/cli / helpTopicUsageFunc

Function helpTopicUsageFunc

pkg/cmd/root/help_topic.go:360–363  ·  view source on GitHub ↗
(w io.Writer, command *cobra.Command)

Source from the content-addressed store, hash-verified

358}
359
360func helpTopicUsageFunc(w io.Writer, command *cobra.Command) error {
361 fmt.Fprintf(w, "Usage: gh help %s", command.Use)
362 return nil
363}

Callers 1

NewCmdHelpTopicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected