MCPcopy Create free account
hub / github.com/go-task/task / ApplyToExecutor

Method ApplyToExecutor

executor.go:135–137  ·  view source on GitHub ↗
(e *Executor)

Source from the content-addressed store, hash-verified

133}
134
135func (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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected