(e *Executor)
| 399 | } |
| 400 | |
| 401 | func (o *disableFuzzyOption) ApplyToExecutor(e *Executor) { |
| 402 | e.DisableFuzzy = o.disableFuzzy |
| 403 | } |
| 404 | |
| 405 | // WithAssumeYes tells the [Executor] to assume "yes" for all prompts. |
| 406 | func WithAssumeYes(assumeYes bool) ExecutorOption { |
nothing calls this directly
no outgoing calls
no test coverage detected