Versions in this module Expand all Collapse all v0 v0.1.9 Jan 3, 2024 Changes in this version + type Pipe struct + func Run(cmd *exec.Cmd) (*Pipe, error) + func RunCommand(cmd string, args ...string) (*Pipe, error) + func (pipe *Pipe) Close() error + func (pipe *Pipe) Read(p []byte) (n int, err error)