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"]

Â