Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.process-execution-options

Options for a process execution

Options for a process execution
raw docstring

cwdcljs

(cwd process-execution-options)

The current working directory of the executed program or shell. If omitted the tools current workspace root is used.

The current working directory of the executed program or shell.
If omitted the tools current workspace root is used.
sourceraw docstring

envcljs

(env process-execution-options)

The additional environment of the executed program or shell. If omitted the parent process' environment is used. If provided it is merged with the parent process' environment.

The additional environment of the executed program or shell. If omitted
the parent process' environment is used. If provided it is merged with
the parent process' environment.
sourceraw docstring

set-cwd!cljs

(set-cwd! process-execution-options value)

The current working directory of the executed program or shell. If omitted the tools current workspace root is used.

The current working directory of the executed program or shell.
If omitted the tools current workspace root is used.
sourceraw docstring

set-env!cljs

(set-env! process-execution-options value)

The additional environment of the executed program or shell. If omitted the parent process' environment is used. If provided it is merged with the parent process' environment.

The additional environment of the executed program or shell. If omitted
the parent process' environment is used. If provided it is merged with
the parent process' environment.
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