(e *Executor)
| 358 | } |
| 359 | |
| 360 | func (o *watchOption) ApplyToExecutor(e *Executor) { |
| 361 | e.Watch = o.watch |
| 362 | } |
| 363 | |
| 364 | // WithVerbose tells the [Executor] to output more information about the tasks |
| 365 | // that are run. |
nothing calls this directly
no outgoing calls
no test coverage detected