Options for the spawn
method.
Fields
optionalshell:Null<EitherType<Bool, String>>
Shell to execute the command with. Default: '/bin/sh' on UNIX, 'cmd.exe' on Windows.
The shell should understand the -c switch on UNIX or /s /c on Windows. On Windows, command line parsing should be compatible with cmd.exe.