v0.7.0
Features
- Add macOS support (macOS 10.15 Catalina or later).
Known Issues
- On macOS prior to 11.0,
ExitCodefor killed processes will always be-1.- This is due to a
waitidbug where it returns0insiginfo_t.si_statusfor killed processes.
- This is due to a