Versions in this module Expand all Collapse all v1 v1.4.0 Aug 19, 2016 Changes in this version + func ExecCommand(name string, arg ...string) *exec.Cmd + func SimpleExec(name string, args ...string) (string, error) + type Tty struct + func NewTty(cmd *exec.Cmd) *Tty + func (t *Tty) Close() + func (t *Tty) Stderr() (io.ReadCloser, error) + func (t *Tty) Stdout() (io.ReadCloser, error)