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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

372}
373
374func (o *verboseOption) ApplyToExecutor(e *Executor) {
375 e.Verbose = o.verbose
376}
377
378// WithSilent tells the [Executor] to suppress all output except for the output
379// of the tasks that are run.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected