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

Function WithStdout

executor.go:571–573  ·  view source on GitHub ↗

WithStdout sets the [Executor]'s standard output [io.Writer].

(stdout io.Writer)

Source from the content-addressed store, hash-verified

569
570// WithStdout sets the [Executor]'s standard output [io.Writer].
571func WithStdout(stdout io.Writer) ExecutorOption {
572 return &stdoutOption{stdout}
573}
574
575type stdoutOption struct {
576 stdout io.Writer

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…