//
pkg.gl
Category
github.com/VinnieApps/cicd-toolbox
internal
executil
package
0.1.9
Repository:
https://github.com/vinnieapps/cicd-toolbox.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
50 SLOC
#
Functions
RunAndCaptureOutputIfError
RunAndCaptureOutputIfError runs the command, and if there's an error capture standard out and error and generate an error with all the info.
#
Structs
ExecError
ExecError represents an error during executing an external command.