Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Capture ¶
Capture returns a Command that passes every line through unchanged while writing it (newline-terminated) to each provided writer. Place it anywhere in a pipeline to capture the stream into one or more buffers without altering it; with no writers it is a pass-through.
Capturing is a side-effect, so Capture is a Tap: the line continues downstream after being written.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.