(r *Reader)
| 123 | } |
| 124 | |
| 125 | func (o *offlineOption) ApplyToReader(r *Reader) { |
| 126 | r.offline = o.offline |
| 127 | } |
| 128 | |
| 129 | // WithTrustedHosts configures the [Reader] with a list of trusted hosts for remote |
| 130 | // Taskfiles. Hosts in this list will not prompt for user confirmation. |
nothing calls this directly
no outgoing calls
no test coverage detected