(e *Executor)
| 386 | } |
| 387 | |
| 388 | func (o *silentOption) ApplyToExecutor(e *Executor) { |
| 389 | e.Silent = o.silent |
| 390 | } |
| 391 | |
| 392 | // WithDisableFuzzy tells the [Executor] to disable fuzzy matching for task names. |
| 393 | func WithDisableFuzzy(disableFuzzy bool) ExecutorOption { |
nothing calls this directly
no outgoing calls
no test coverage detected