ShellExecution$Typings extension

on

Properties

args List<Object>
The shell args. Is undefined if created with a full command line.
getter/setter pair
command Object
The shell command. Is undefined if created with a full command line.
getter/setter pair
commandLine String?
The shell command line. Is undefined if created with a command and arguments.
getter/setter pair
options ShellExecutionOptions
The shell options used when the command line is executed in a shell. Defaults to undefined.
getter/setter pair