(e *Executor)
| 480 | } |
| 481 | |
| 482 | func (o *parallelOption) ApplyToExecutor(e *Executor) { |
| 483 | e.Parallel = o.parallel |
| 484 | } |
| 485 | |
| 486 | // WithColor tells the [Executor] whether or not to output using colorized |
| 487 | // strings. |
nothing calls this directly
no outgoing calls
no test coverage detected