public start(command as String = "", cwd as String = "") as Void:
Starts the terminal process.
Calling start on a running instance closes the previous terminal first.
| Parameter | Description |
|---|---|
command | Optional command to execute. |
cwd | Optional working directory. |
pty.start("python3 -i", ".")