Liking cljdoc? Tell your friends :D

dots.vscode.shell-execution-options

Options for a shell execution

Options for a shell execution
raw docstring

cwdcljs

(cwd shell-execution-options)

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

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

envcljs

(env shell-execution-options)

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

executablecljs

(executable shell-execution-options)

The shell executable.

The shell executable.
sourceraw docstring

set-cwd!cljs

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

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

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

set-env!cljs

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

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

set-executable!cljs

(set-executable! shell-execution-options value)

The shell executable.

The shell executable.
sourceraw docstring

set-shell-args!cljs

(set-shell-args! shell-execution-options value)

The arguments to be passed to the shell executable used to run the task. Most shells require special arguments to execute a command. For example bash requires the -c argument to execute a command, PowerShell requires -Command and cmd requires both /d and /c.

The arguments to be passed to the shell executable used to run the task. Most shells
require special arguments to execute a command. For  example `bash` requires the `-c`
argument to execute a command, `PowerShell` requires `-Command` and `cmd` requires both
`/d` and `/c`.
sourceraw docstring

set-shell-quoting!cljs

(set-shell-quoting! shell-execution-options value)

The shell quotes supported by this shell.

The shell quotes supported by this shell.
sourceraw docstring

shell-argscljs

(shell-args shell-execution-options)

The arguments to be passed to the shell executable used to run the task. Most shells require special arguments to execute a command. For example bash requires the -c argument to execute a command, PowerShell requires -Command and cmd requires both /d and /c.

The arguments to be passed to the shell executable used to run the task. Most shells
require special arguments to execute a command. For  example `bash` requires the `-c`
argument to execute a command, `PowerShell` requires `-Command` and `cmd` requires both
`/d` and `/c`.
sourceraw docstring

shell-quotingcljs

(shell-quoting shell-execution-options)

The shell quotes supported by this shell.

The shell quotes supported by this shell.
sourceraw docstring

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

× close