babashka / process

Clojure library for shelling out / spawning sub-processes
Eclipse Public License 1.0
220 stars 29 forks source link

Support `:out :bytes` #138

Closed hansbugge closed 1 year ago

hansbugge commented 1 year ago

Add :out :bytes option for process which collects the process stdout into a byte array. :err :bytes is also supported.

Closes #38.

borkdude commented 1 year ago

Thanks!