Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrEmptyCommand is returned when no commands are supplied. ErrEmptyCommand = fmt.Errorf("no command given") )
Functions ¶
func Pipe ¶
Pipe executes the given commands piping the output from the previous command as the input to the next.
func PipeContext ¶
PipeContext executes the given commands piping the output from the previous command as the input to the next.
Types ¶
Click to show internal directories.
Click to hide internal directories.