Options for a process execution
Options for a process execution
(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.
(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close