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

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

non-leaky-with-sh-dir

macro

(non-leaky-with-sh-dir dir & forms)
Like clojure.java.shell/with-sh-dir, except body does not leak try/catch syntax.

non-leaky-with-sh-env

macro

(non-leaky-with-sh-env env & forms)
Like clojure.java.shell/with-sh-env, except body does not leak try/catch syntax.

with-sh-dir

macro

(with-sh-dir & args)

with-sh-env

macro

(with-sh-env & args)