Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cli/cli
/ helpTopicUsageFunc
Function
helpTopicUsageFunc
pkg/cmd/root/help_topic.go:357–360 ·
view source on GitHub ↗
(w io.Writer, command *cobra.Command)
Source
from the content-addressed store, hash-verified
355
}
356
357
func
helpTopicUsageFunc(w io.Writer, command *cobra.Command) error {
358
fmt.Fprintf(w,
"Usage: gh help %s"
, command.Use)
359
return
nil
360
}
Callers
1
NewCmdHelpTopic
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected