Liking cljdoc? Tell your friends :D

dots.vscode.process-execution

The execution of a task happens as an external process without shell interaction.

The execution of a task happens as an external process
without shell interaction.
raw docstring

argscljs

(args process-execution)

The arguments passed to the process. Defaults to an empty array.

The arguments passed to the process. Defaults to an empty array.
sourceraw docstring

optionscljs

(options process-execution)

The process options used when the process is executed. Defaults to undefined.

The process options used when the process is executed.
Defaults to undefined.
sourceraw docstring

processcljs

(process process-execution)

The process to be executed.

The process to be executed.
sourceraw docstring

set-args!cljs

(set-args! process-execution value)

The arguments passed to the process. Defaults to an empty array.

The arguments passed to the process. Defaults to an empty array.
sourceraw docstring

set-options!cljs

(set-options! process-execution value)

The process options used when the process is executed. Defaults to undefined.

The process options used when the process is executed.
Defaults to undefined.
sourceraw docstring

set-process!cljs

(set-process! process-execution value)

The process to be executed.

The process to be executed.
sourceraw docstring

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

× close