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

Function WithVerbose

executor.go:366–368  ·  view source on GitHub ↗

WithVerbose tells the [Executor] to output more information about the tasks that are run.

(verbose bool)

Source from the content-addressed store, hash-verified

364// WithVerbose tells the [Executor] to output more information about the tasks
365// that are run.
366func WithVerbose(verbose bool) ExecutorOption {
367 return &verboseOption{verbose}
368}
369
370type verboseOption struct {
371 verbose 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…