Whether to use the experimental ConPTY system on Windows. When this is not set, ConPTY will be used when the Windows build number is >= 18309 (it's available in 17134 and 17692 but is too unstable to enable by default).
This setting does nothing on non-Windows.
if true all the output in the terminal will be printed in the parent process stdout (useful for debugging)
Returns the application to spawn as a terminal. By default, in unix is bash
and in windows is
powershell.exe
funciton that returns arguments to be passed to the shell command, by default []
unless in pewershell.exe in
which case is ['-NoLogo']
number of milliseconds after which resolve write / enter promise. Default: 0
number of milliseconds after which resolve write / enter promise. Default: 0
how periodically wait*
functions will poll to check given predicate
By default waitUntil (and all wait* methods) will reject the promise on timeout. Set this to false so they resolve the promise with false value instead
users can install a global handler for all wait* method call that end up matching the predicate successfully
Default wait* timeout in milliseconds.
users can install a global handler for all wait* method call that trigger a timeout
Generated using TypeDoc
If string debug information will be dumped to a file with that name after client finish or an error is thrown. If boolean to stdout
{string | boolean}