Documentation ¶ Index ¶ func Execute(command string, arguments ...string) (out []byte, err error) func ExecuteInDir(dir string, command string, arguments ...string) (out []byte, err error) func LoggedExecuteInDir(dir string, writer io.Writer, command string, arguments ...string) (out []byte, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Execute ¶ func Execute(command string, arguments ...string) (out []byte, err error) Execute runs system command and returns whole output also in case of error func ExecuteInDir ¶ func ExecuteInDir(dir string, command string, arguments ...string) (out []byte, err error) func LoggedExecuteInDir ¶ func LoggedExecuteInDir(dir string, writer io.Writer, command string, arguments ...string) (out []byte, err error) Types ¶ This section is empty. Source Files ¶ View all Source files exec.go Click to show internal directories. Click to hide internal directories.