shell



This option specifies the shell program used by the Designer's terminal emulator. The default shell is 'cmd.exe' for Windows, and 'bash' for other platforms. 

Example:

shell: "bash.exe", // Use Bash for Windows shellArgs: ["--login", "-i"]

Â