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

Function WithInteractive

executor.go:432–434  ·  view source on GitHub ↗

WithInteractive tells the [Executor] to prompt for missing required variables.

(interactive bool)

Source from the content-addressed store, hash-verified

430
431// WithInteractive tells the [Executor] to prompt for missing required variables.
432func WithInteractive(interactive bool) ExecutorOption {
433 return &interactiveOption{interactive}
434}
435
436type interactiveOption struct {
437 interactive bool

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…