shellArgs
This option specifies the arguments passed to the shell program used with the Designer's terminal emulator.Â
Example:
shell: "bash.exe", // Use Bash for Windows
shellArgs: ["--login", "-i"]
Â
This option specifies the arguments passed to the shell program used with the Designer's terminal emulator.Â
Example:
shell: "bash.exe", // Use Bash for Windows
shellArgs: ["--login", "-i"]
Â