Arguments for 'runInTerminal' request.

Fields

@:optionaloptionaltitle:Null<String>

Optional title of the terminal.

@:optionaloptionalkind:Null<RunInTerminalRequestArgumentsKind>

What kind of terminal to launch.

@:optionaloptionalenv:Null<DynamicAccess<String>>

Environment key-value pairs that are added to the default environment.

cwd:String

Working directory of the command.

args:Array<String>

List of arguments. The first argument is the command to run.