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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

399}
400
401func (o *disableFuzzyOption) ApplyToExecutor(e *Executor) {
402 e.DisableFuzzy = o.disableFuzzy
403}
404
405// WithAssumeYes tells the [Executor] to assume "yes" for all prompts.
406func WithAssumeYes(assumeYes bool) ExecutorOption {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected