Constructors

Properties

args?: (string | ShellQuotedString)[]

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

command?: string | ShellQuotedString

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

commandLine?: string

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

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