package
57.1.0
Repository: https://github.com/taskcluster/taskcluster.git
Documentation: pkg.go.dev

# Functions

CombinedOutput is equivalent to exec.Command(name, arg...).CombinedOutput() but with logging.
No description provided by the author
No description provided by the author
Run is equivalent to exec.Command(name, arg...).Run() but with logging.
RunBatch calls Run for each command in commands, in sequence.
RunCommand logs cmd.Args, calls cmd.CombinedOutput(), and if an error occurs, logs the command output.
RunIgnoreError calls CombinedOutput(comand, args...).