Documentation ¶ Index ¶ type WaitFunc func Run(cmd []string, env ...string) (string, context.CancelCauseFunc, WaitFunc, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type WaitFunc ¶ type WaitFunc func() error func Run ¶ func Run(cmd []string, env ...string) (string, context.CancelCauseFunc, WaitFunc, error) Run runs a command, outputting to terminal and returning the full output and/or error a channel is returned which, when sent on, will terminate the process that was started Source Files ¶ View all Source files exec.go Click to show internal directories. Click to hide internal directories.