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

Function helpTopicUsageFunc

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

Source from the content-addressed store, hash-verified

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

Callers 1

NewCmdHelpTopicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected