(e *Executor)
| 438 | } |
| 439 | |
| 440 | func (o *interactiveOption) ApplyToExecutor(e *Executor) { |
| 441 | e.Interactive = o.interactive |
| 442 | } |
| 443 | |
| 444 | // WithDry tells the [Executor] to output the commands that would be run without |
| 445 | // actually running them. |
nothing calls this directly
no outgoing calls
no test coverage detected