Versions in this module Expand all Collapse all v1 v1.0.0 May 7, 2014 Changes in this version + const Shell + type Cmd struct + func NewCommand(shellCmd string) (cmd *Cmd, out <-chan []byte, err error) + func (c *Cmd) StartWithStdin(input []byte) (err error) + func (c *Cmd) Terminate() (err error) + func (cmd *Cmd) WaitChan() <-chan WaitResult + type WaitResult struct + Err error + Status int