(w io.Writer, command *cobra.Command)
| 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 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…