Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-task/task
/ promptFuncOption
Struct
promptFuncOption
taskfile/reader.go:198–200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
}
197
198
type
promptFuncOption
struct
{
199
promptFunc PromptFunc
200
}
201
202
func
(o *promptFuncOption) ApplyToReader(r *Reader) {
203
r.promptFunc = o.promptFunc
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected