Versions in this module Expand all Collapse all v0 v0.0.0 Apr 1, 2023 Changes in this version + func CommandExists(cmd string) bool + func LookPath(cmd string) string + type Cmd struct + func Command() *Cmd + func (c *Cmd) Run(cmdName string, args ...string) error + func (c *Cmd) Start(cmdName string, args ...string) (*exec.Cmd, error) + func (c *Cmd) WithBufout(stdout io.Writer, stderr io.Writer) *Cmd + func (c *Cmd) WithCwd(cwd string) *Cmd + func (c *Cmd) WithEnv(envs ...string) *Cmd + func (c *Cmd) WithStdio() *Cmd + func (c *Cmd) WithSudo() *Cmd