package
0.0.0-20200122233423-62801f1d34cf
Repository: https://github.com/vishvananda/pkg.git
Documentation: pkg.go.dev
# Functions
RunCommand will run the command and return the standard output, plus error if there is one.
RunCommands will run the commands sequentially.
RunCommandsInParallel will run the commands in parallel.
# Structs
CommandLineError is a custom error we use for errors got from running commands.