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

Function WithDisableFuzzy

executor.go:393–395  ·  view source on GitHub ↗

WithDisableFuzzy tells the [Executor] to disable fuzzy matching for task names.

(disableFuzzy bool)

Source from the content-addressed store, hash-verified

391
392// WithDisableFuzzy tells the [Executor] to disable fuzzy matching for task names.
393func WithDisableFuzzy(disableFuzzy bool) ExecutorOption {
394 return &disableFuzzyOption{disableFuzzy}
395}
396
397type disableFuzzyOption struct {
398 disableFuzzy 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…