Versions in this module Expand all Collapse all v2 v2.0.0 Jun 18, 2023 Changes in this version + const ExitTypeNormal + const ExitTypeStop + const ExitTypeTimeout + func StopAll() + type Command struct + Args []string + Command string + Env []string + ExitFn func(string, cmd.Status) + Name string + StatusFn func(cmd.Status) + StatusUpdate time.Duration + Timeout time.Duration + func (c *Command) IsRunning() bool + func (c *Command) Start() error + func (c *Command) StartAndWait() error + func (c *Command) Stop() error