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.
The shell args. Is `undefined` if created with a full command line.
(command shell-execution)
The shell command. Is undefined
if created with a full command line.
The shell command. Is `undefined` if created with a full command line.
(command-line shell-execution)
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.
(options shell-execution)
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.
(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