Liking cljdoc? Tell your friends :D

re-conf.resources.shell


apply-optionscljs

(apply-options args opts)
source

execcljs

(exec c & args)

Shell execution resource

Shell execution resource
sourceraw 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.
sourceraw docstring

exec-synccljs

(exec-sync cmd & as)

Sync exec (not resource)

Sync exec (not resource)
sourceraw docstring

opts-splitcljs

(opts-split as)
source

shcljs

(sh & as)
source

spawncljs

source

spawn-synccljs

source

unlesscljs

(unless c & args)

Run shell only if c returns :ok

Run shell only if c returns :ok
sourceraw docstring

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

× close