MCPcopy
hub / github.com/urfave/cli / HelpPrinterFunc

FuncType HelpPrinterFunc

help.go:21–21  ·  help.go::HelpPrinterFunc

HelpPrinterFunc prints help for the Command.

func(w io.Writer, templ string, data any)

Source from the content-addressed store, hash-verified

19
20// HelpPrinterFunc prints help for the Command.
21type HelpPrinterFunc func(w io.Writer, templ string, data any)
22
23// Prints help for the Command with custom template function.
24type HelpPrinterCustomFunc func(w io.Writer, templ string, data any, customFunc map[string]any)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected