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

Function WithDry

executor.go:446–448  ·  view source on GitHub ↗

WithDry tells the [Executor] to output the commands that would be run without actually running them.

(dry bool)

Source from the content-addressed store, hash-verified

444// WithDry tells the [Executor] to output the commands that would be run without
445// actually running them.
446func WithDry(dry bool) ExecutorOption {
447 return &dryOption{dry}
448}
449
450type dryOption struct {
451 dry bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…