Liking cljdoc? Tell your friends :D

Changelog

0.1.2

  • Issue #53:
    • Added namespace babashka.process.pprint which defines how to pprint a Process record (if loaded).
  • Part of feature request #1249:
    • Added :pre-start-fn option to process options to side-effect command tokens
  • Support exec but only in GraalVM binaries

0.1.1

Similar to tools.build.api/process, process now supports appending output to files. To reduce cognitive overhead between libraries, process adopted the same convention:

  • feat #44:
    • Support :out + (:write / :append) and :out-file + file
    • Support :err + (:write / :append) and :err-file + file

0.1.0

  • Resolve binaries on Windows using fs/which
  • String with backslash is tokenized incorrectly #47
  • Support deref with timeout #50 (@SevereOverfl0w)
  • Fix piping with $ macro #52

0.0.2

0.0.1

Initial release

Can you improve this documentation? These fine people already did:
Michiel Borkent & Bob
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close