(e *Executor)
| 249 | } |
| 250 | |
| 251 | func (o *offlineOption) ApplyToExecutor(e *Executor) { |
| 252 | e.Offline = o.offline |
| 253 | } |
| 254 | |
| 255 | // WithTrustedHosts configures the [Executor] with a list of trusted hosts for remote |
| 256 | // Taskfiles. Hosts in this list will not prompt for user confirmation. |
nothing calls this directly
no outgoing calls
no test coverage detected