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

Function WithStderr

executor.go:584–586  ·  view source on GitHub ↗

WithStderr sets the [Executor]'s standard error [io.Writer].

(stderr io.Writer)

Source from the content-addressed store, hash-verified

582
583// WithStderr sets the [Executor]'s standard error [io.Writer].
584func WithStderr(stderr io.Writer) ExecutorOption {
585 return &stderrOption{stderr}
586}
587
588type stderrOption struct {
589 stderr 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…