Versions in this module Expand all Collapse all v0 v0.4.2 Oct 29, 2014 v0.4.1 Oct 17, 2014 Changes in this version + type Cmd interface + CombinedOutput func() ([]byte, error) + type ExitError interface + Error func() string + ExitStatus func() int + Exited func() bool + String func() string + type Interface interface + Command func(cmd string, args ...string) Cmd + func New() Interface