MCPcopy Create free account
hub / github.com/go-task/task / PromptFunc

FuncType PromptFunc

taskfile/reader.go:36–36  ·  view source on GitHub ↗

PromptFunc is a function that can be called to prompt the user for input.

func(string) error

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…