Versions in this module Expand all Collapse all v2 v2.2.2 Dec 20, 2022 v2.2.1 Dec 19, 2022 Changes in this version + func CommandExists(name string) bool + func CreateCommand(directory string, command string, args ...string) *exec.Cmd + func RunCommand(directory string, command string, args ...string) (string, string, error) + func RunCommandVerbose(directory string, command string, args ...string) error + type Command struct + func NewCommand(command string) *Command + func (c *Command) AddArgs(args []string) + func (c *Command) Dir(dir string) + func (c *Command) Env(name string, value string) + func (c *Command) Run() error + func (c *Command) Stderr() string + func (c *Command) Stdout() string