If set to false, exit codes are ignored. If true (default), throw exceptions for non-zero exit codes.
If set to false, exit codes are ignored. If true (default), throw exceptions for non-zero exit codes.
(add-proc-args args options)
(byte? x)
(compute-buffer options)
(drink this proc)
(execute name & args)
(exit-exception verbose)
(get-drunk item proc)
(let-programs bindings & body)
Like let, but expects bindings to be symbols to strings of paths to programs.
Like let, but expects bindings to be symbols to strings of paths to programs.
(programs & names)
Creates functions corresponding to progams on the PATH, named by names.
Creates functions corresponding to progams on the PATH, named by names.
(queue-output proc buffer-type binary)
(queue-seq q)
(queue-stream stream buffer-type binary)
(redirect this options k proc)
(run-command name args options)
(seqify? options k)
(test-array t)
(ubyte val)
(with-programs programs & body)
Like programs, but only binds names in the scope of the with-programs call.
Like programs, but only binds names in the scope of the with-programs call.
(write-to-writer writer s is-binary)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close