This option specifies the arguments passed to the shell program used with the Designer's terminal emulator.
Example:
Code Block | ||
---|---|---|
| ||
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:
Code Block | ||
---|---|---|
| ||
shell: "bash.exe", // Use Bash for Windows
shellArgs: ["--login", "-i"] |