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

Function WithForceAll

executor.go:201–203  ·  view source on GitHub ↗

WithForceAll ensures that the [Executor] always runs all tasks (including subtasks), even when fingerprinting or prompts would normally stop them.

(forceAll bool)

Source from the content-addressed store, hash-verified

199// WithForceAll ensures that the [Executor] always runs all tasks (including
200// subtasks), even when fingerprinting or prompts would normally stop them.
201func WithForceAll(forceAll bool) ExecutorOption {
202 return &forceAllOption{forceAll}
203}
204
205type forceAllOption struct {
206 forceAll 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…