Skip to content

Commit

Permalink
README [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Sep 23, 2022
1 parent 2cad27d commit d23c8e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,11 @@ in the following way. This requires `:exit-fn` which was released in version
(resolve r)
(reject r))))]
(proc/process cmd (assoc opts :exit-fn exit-fn))))))

(prom/let [ls (process "ls" {:out :string
:err :inherit})
ls-out (:out ls)]
(prn ls-out))
```

## License
Expand Down

0 comments on commit d23c8e3

Please sign in to comment.