Versions in this module Expand all Collapse all v1 v1.8.0 Aug 19, 2020 v1.7.0 Jul 12, 2020 Changes in this version + func Command(cmd string, dir string, env []string) (string, error) + type CMD struct + func NewCmd(cmd string, env []string) *CMD + type Shell struct + Out chan string + func NewShell() *Shell + func (l *Shell) Add(cmd string, env []string) *Shell + func (l *Shell) Dir(dir string) *Shell + func (l *Shell) Env(e []string) *Shell + func (l *Shell) Reset() *Shell + func (l *Shell) Result() string + func (l *Shell) Run() error