Closed hansbugge closed 1 year ago
Add :out :bytes option for process which collects the process stdout into a byte array. :err :bytes is also supported.
:out :bytes
process
:err :bytes
Closes #38.
Thanks!
Add
:out :bytes
option forprocess
which collects the process stdout into a byte array.:err :bytes
is also supported.Closes #38.