Liking cljdoc? Tell your friends :D
Clojure only.

hive-build.collect.proc

Runs a child process. One effect, no decision, never throws.

The exit code is the answer; stdout and stderr ride along untrimmed so a caller can show a program's own report verbatim.

Runs a child process. One effect, no decision, never throws.

The exit code is the answer; stdout and stderr ride along untrimmed so a
caller can show a program's own report verbatim.
raw docstring

runclj

(run opts command & args)

Run command with args; {:ok? bool :exit int :out string :err string}. opts may carry :dir, the working directory. Never throws.

Run `command` with `args`; {:ok? bool :exit int :out string :err string}.
`opts` may carry :dir, the working directory. Never throws.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close