Represents a task execution that happens inside a shell.
Represents a task execution that happens inside a shell.
(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)[]`
(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`
(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`
(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`
(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.
(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close