Versions in this module Expand all Collapse all v0 v0.1.3 Feb 23, 2020 Changes in this version + const DefaultStderr + const DefaultStdout + const DefaultStdoutFromStdin + const DefaultStdoutFromStdinNested + func NewCmd(ctx context.Context, i ...Input) *exec.Cmd + func NewCmdArgs(inputs ...Input) (args []string) + func NewCmdString(i ...Input) string + func Which() string + type Input struct + Code int + Sleep int + Spawn bool + Stderr string + Stdin bool + Stdout string