This repository has been archived by the owner on Mar 23, 2021. It is now read-only.
v0.0.6
main: do not print *exec.ExitError for -run (#61) Instead, rely on the program to output something sensible on stdout/stderr. Exit with the exit code from the program we ran. For this we use a local version of *os.ProcessState.ExitStatus() https://go-review.googlesource.com/c/go/+/125443/ which is due to land in Go 1.12