(e *Executor)
| 133 | } |
| 134 | |
| 135 | func (o *dirOption) ApplyToExecutor(e *Executor) { |
| 136 | e.Dir = o.dir |
| 137 | } |
| 138 | |
| 139 | // WithEntrypoint sets the entrypoint (main Taskfile) of the [Executor]. By |
| 140 | // default, Task will search for one of the default Taskfiles in the given |
nothing calls this directly
no outgoing calls
no test coverage detected