Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunCommand ¶
RunCommand will run the command and return the standard output, plus error if there is one.
func RunCommands ¶
RunCommands will run the commands sequentially. If there is an error when running a command, it will return directly with all standard output so far and the error.
func RunCommandsInParallel ¶
RunCommandsInParallel will run the commands in parallel. It will always finish running all commands, and return all standard output and errors together.
Types ¶
type CommandLineError ¶
CommandLineError is a custom error we use for errors got from running commands
func (CommandLineError) Error ¶
func (c CommandLineError) Error() string
Click to show internal directories.
Click to hide internal directories.