0.2.0
Breaking
stdin
,stdout
, andstderr
are now treated as rawData
.
Encoding/Decoding is left to the user.
Enhancements
stdin
is now available whenlaunch
ing aTask
.Task
conforms toCustomStringConvertible
andEquatable
.
Bug Fixes
- None
stdin
, stdout
, and stderr
are now treated as raw Data
.stdin
is now available when launch
ing a Task
.Task
conforms to CustomStringConvertible
and Equatable
.