Versions in this module Expand all Collapse all v0 v0.0.7 Nov 7, 2025 Changes in this version + func Run(cmd []string) (string, error) + type PipedOutput struct + Handle *exec.Cmd + Stderr io.ReadCloser + Stdout io.ReadCloser + func RunPiped(cmdName string, args []string, pipedInput io.Reader) (PipedOutput, error)