(e *Executor)
| 536 | } |
| 537 | |
| 538 | func (o *outputStyleOption) ApplyToExecutor(e *Executor) { |
| 539 | e.OutputStyle = o.outputStyle |
| 540 | } |
| 541 | |
| 542 | // WithTaskSorter sets the sorter that the [Executor] will use to sort tasks. By |
| 543 | // default, the sorter is set to sort tasks alphabetically, but with tasks with |
nothing calls this directly
no outgoing calls
no test coverage detected