(e *Executor)
| 412 | } |
| 413 | |
| 414 | func (o *assumeYesOption) ApplyToExecutor(e *Executor) { |
| 415 | e.AssumeYes = o.assumeYes |
| 416 | } |
| 417 | |
| 418 | // WithAssumeTerm is used for testing purposes to simulate a terminal. |
| 419 | func WithAssumeTerm(assumeTerm bool) ExecutorOption { |
nothing calls this directly
no outgoing calls
no test coverage detected