We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a5d8c commit 7b02584Copy full SHA for 7b02584
CHANGELOG.md
@@ -8,6 +8,7 @@ Clojure library for shelling out / spawning sub-processes
8
- [#123](https://github.com/babashka/process/issues/123): `exec` now converts `:env` and `:extra-env` keywords ([@lread](https://github.com/lread))
9
- [#140](https://github.com/babashka/process/issues/140): accept `java.nio.file.Path` as `:dir` argument
10
- [#148](https://github.com/babashka/process/issues/148): accept `Path` in `:out`, `:err` and `:in`
11
+- Support `:out :bytes` ([@hansbugge](https://github.com/hansbugge))
12
13
## 0.5.21 (2023-05-18)
14
0 commit comments