Liking cljdoc? Tell your friends :D

babashka.process


$cljmacro

($ & args)
source

*defaults*clj

source

checkclj

(check proc)
source

destroyclj

(destroy proc)
source

destroy-treeclj

(destroy-tree proc)
source

pbclj

(pb cmd)
(pb cmd opts)
(pb prev cmd opts)
source

pipelineclj

(pipeline proc)
(pipeline pb & pbs)

Returns the processes for one pipe created with -> or creates pipeline from multiple process builders.

Returns the processes for one pipe created with -> or creates
pipeline from multiple process builders.
sourceraw docstring

processclj

(process cmd)
(process cmd opts)
(process prev cmd opts)
source

Processclj

source

ProcessBuilderclj

source

shclj

(sh cmd)
(sh cmd opts)
source

startclj

(start pb)
source

tokenizeclj

(tokenize s)

Tokenize string to list of individual space separated arguments. If argument contains space you can wrap it with ' or ".

Tokenize string to list of individual space separated arguments.
If argument contains space you can wrap it with `'` or `"`.
sourceraw docstring

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

× close