(e *Executor)
| 452 | } |
| 453 | |
| 454 | func (o *dryOption) ApplyToExecutor(e *Executor) { |
| 455 | e.Dry = o.dry |
| 456 | } |
| 457 | |
| 458 | // WithSummary tells the [Executor] to output a summary of the given tasks |
| 459 | // instead of running them. |
nothing calls this directly
no outgoing calls
no test coverage detected