(e *Executor)
| 221 | } |
| 222 | |
| 223 | func (o *insecureOption) ApplyToExecutor(e *Executor) { |
| 224 | e.Insecure = o.insecure |
| 225 | } |
| 226 | |
| 227 | // WithDownload forces the [Executor] to download a fresh copy of the taskfile |
| 228 | // from the remote source. |
nothing calls this directly
no outgoing calls
no test coverage detected