(e *Executor)
| 590 | } |
| 591 | |
| 592 | func (o *stderrOption) ApplyToExecutor(e *Executor) { |
| 593 | e.Stderr = o.stderr |
| 594 | } |
| 595 | |
| 596 | // WithIO sets the [Executor]'s standard input, output, and error to the same |
| 597 | // [io.ReadWriter]. |
nothing calls this directly
no outgoing calls
no test coverage detected