Liking cljdoc? Tell your friends :D

dots.vscode.shell-execution

Represents a task execution that happens inside a shell.

Represents a task execution that happens inside a shell.
raw docstring

argscljs

(args shell-execution)

The shell args. Is undefined if created with a full command line.

Returns: (string | ShellQuotedString)[]

The shell args. Is `undefined` if created with a full command line.

**Returns:** `(string | ShellQuotedString)[]`
sourceraw docstring

commandcljs

(command shell-execution)

The shell command. Is undefined if created with a full command line.

Returns: string | ShellQuotedString

The shell command. Is `undefined` if created with a full command line.

**Returns:** `string | ShellQuotedString`
sourceraw docstring

command-linecljs

(command-line shell-execution)

The shell command line. Is undefined if created with a command and arguments.

Returns: string | undefined

The shell command line. Is `undefined` if created with a command and arguments.

**Returns:** `string | undefined`
sourceraw docstring

optionscljs

(options shell-execution)

The shell options used when the command line is executed in a shell. Defaults to undefined.

Returns: ShellExecutionOptions | undefined

The shell options used when the command line is executed in a shell.
Defaults to undefined.

**Returns:** `ShellExecutionOptions | undefined`
sourceraw docstring

set-args!cljs

(set-args! shell-execution value)

The shell args. Is undefined if created with a full command line.

The shell args. Is `undefined` if created with a full command line.
sourceraw docstring

set-command!cljs

(set-command! shell-execution value)

The shell command. Is undefined if created with a full command line.

The shell command. Is `undefined` if created with a full command line.
sourceraw docstring

set-command-line!cljs

(set-command-line! shell-execution value)

The shell command line. Is undefined if created with a command and arguments.

The shell command line. Is `undefined` if created with a command and arguments.
sourceraw docstring

set-options!cljs

(set-options! shell-execution value)

The shell options used when the command line is executed in a shell. Defaults to undefined.

The shell options used when the command line is executed in a shell.
Defaults to undefined.
sourceraw docstring

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

× close