package
1.0.0
Repository: https://github.com/hyperhq/runv.git
Documentation: pkg.go.dev

# Functions

GetExitCode returns the ExitStatus of the specified error if its type is exec.ExitError, returns 0 and an error otherwise.
ProcessExitCode process the specified error and returns the exit status code if the error was of type exec.ExitError, returns nothing otherwise.