Liking cljdoc? Tell your friends :D

io.github.frenchy64.fully-satisfies.non-leaky-macros.clojure.java.shell

Implementations of clojure.java.test macros that don't leak implementation details.

Implementations of clojure.java.test macros that don't leak implementation details.
raw docstring

non-leaky-with-sh-dircljmacro

(non-leaky-with-sh-dir dir & forms)

Like clojure.java.shell/with-sh-dir, except body does not leak try/catch syntax.

Like clojure.java.shell/with-sh-dir, except body does not leak try/catch syntax.
sourceraw docstring

non-leaky-with-sh-envcljmacro

(non-leaky-with-sh-env env & forms)

Like clojure.java.shell/with-sh-env, except body does not leak try/catch syntax.

Like clojure.java.shell/with-sh-env, except body does not leak try/catch syntax.
sourceraw docstring

with-sh-dircljmacro

(with-sh-dir & args)
source

with-sh-envcljmacro

(with-sh-env & args)
source

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

× close