1.0.8
Pre-release
Pre-release
--jobs=0is now supported for an unlimited amount of parallel jobs- Invalid options combinations are now validated and explicitely reported
- Added support for input being passed on command-line arguments using the
:::operator - Worked around the long standing issue where process won't close when stdin is not provided
- Time measurement now uses
process.hrtime()which is more accurate thanDate.now()