Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

v0.0.6

Compare
Choose a tag to compare
@myitcv myitcv released this 16 Feb 20:07
· 17 commits to master since this release
7e4da01
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