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.
(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.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |