(e *Executor)
| 522 | } |
| 523 | |
| 524 | func (o *intervalOption) ApplyToExecutor(e *Executor) { |
| 525 | e.Interval = o.interval |
| 526 | } |
| 527 | |
| 528 | // WithOutputStyle sets the output style of the [Executor]. By default, the |
| 529 | // output style is set to the style defined in the Taskfile. |
nothing calls this directly
no outgoing calls
no test coverage detected