HelpPrinterFunc prints help for the Command.
func(w io.Writer, templ string, data any)
| 19 | |
| 20 | // HelpPrinterFunc prints help for the Command. |
| 21 | type HelpPrinterFunc func(w io.Writer, templ string, data any) |
| 22 | |
| 23 | // Prints help for the Command with custom template function. |
| 24 | type HelpPrinterCustomFunc func(w io.Writer, templ string, data any, customFunc map[string]any) |
nothing calls this directly
no outgoing calls
no test coverage detected