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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

386}
387
388func (o *silentOption) ApplyToExecutor(e *Executor) {
389 e.Silent = o.silent
390}
391
392// WithDisableFuzzy tells the [Executor] to disable fuzzy matching for task names.
393func WithDisableFuzzy(disableFuzzy bool) ExecutorOption {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected