MCPcopy
hub / github.com/go-task/task / newPrompter

Method newPrompter

requires.go:18–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}
17
18func (e *Executor) newPrompter() *input.Prompter {
19 return &input.Prompter{
20 Stdin: e.Stdin,
21 Stdout: e.Stdout,
22 Stderr: e.Stderr,
23 }
24}
25
26// promptDepsVars traverses the dependency tree, collects all missing required
27// variables, and prompts for them upfront. This is used for deps which execute

Callers 2

promptDepsVarsMethod · 0.95
promptTaskVarsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected