(e *Executor)
| 372 | } |
| 373 | |
| 374 | func (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. |
nothing calls this directly
no outgoing calls
no test coverage detected