PromptFunc is a function that can be called to prompt the user for input.
func(string) error
| 34 | DebugFunc func(string) |
| 35 | // PromptFunc is a function that can be called to prompt the user for input. |
| 36 | PromptFunc func(string) error |
| 37 | // A ReaderOption is any type that can apply a configuration to a [Reader]. |
| 38 | ReaderOption interface { |
| 39 | ApplyToReader(*Reader) |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…