* Default working directory to use for shells created by this instance.
(newCwd?: string)
| 30 | * Default working directory to use for shells created by this instance. |
| 31 | */ |
| 32 | cwd(newCwd?: string): BunShell |
| 33 | |
| 34 | /** |
| 35 | * Configure the shell to not throw an exception on non-zero exit codes. |
no outgoing calls