Liking cljdoc? Tell your friends :D

re-conf.resources.shell


apply-optionscljs

(apply-options args opts)

execcljs

(exec a & args)

Shell execution resource

Shell execution resource
raw docstring

exec-chancljs

(exec-chan cmd args opts)

spawns a child process for cmd with args. routes stdout, stderr, and the exit code to a channel. returns the channel immediately.

spawns a child process for cmd with args. routes stdout, stderr, and
the exit code to a channel. returns the channel immediately.
raw docstring

exec-synccljs

(exec-sync cmd & as)

Sync exec (not resource)

Sync exec (not resource)
raw docstring

opts-splitcljs

(opts-split as)

shcljs

(sh & as)

spawncljs


spawn-synccljs


unlesscljs

(unless c & args)

Run shell only if c returns :ok

Run shell only if c returns :ok
raw docstring

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

× close