ProcessExecutionOptions

Options for a process execution

Online Documentation

Properties

Link copied to clipboard
abstract var cwd: String?

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

Link copied to clipboard
abstract var env: Record<JsString, JsString>?

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.