MCPcopy
hub / github.com/go-task/task / forceOption

Struct forceOption

executor.go:191–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191type forceOption struct {
192 force bool
193}
194
195func (o *forceOption) ApplyToExecutor(e *Executor) {
196 e.Force = o.force

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected