exit-with 0.1.1

Exit with code, stdio & stderr
Documentation
1
2
3
fn main() {
  std::process::exit(exit_with::run());
}