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

Method ApplyToExecutor

executor.go:440–442  ·  view source on GitHub ↗
(e *Executor)

Source from the content-addressed store, hash-verified

438}
439
440func (o *interactiveOption) ApplyToExecutor(e *Executor) {
441 e.Interactive = o.interactive
442}
443
444// WithDry tells the [Executor] to output the commands that would be run without
445// actually running them.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected