Function spawnShell
Equivalent to std
.
Process spawnShell
(
scope string command,
const(string[string]) env = cast(const(string[string]))null,
Config config = cast(Config)cast(ProcessConfig)0,
scope GenericPath!(vibe.core.path.PosixPathFormat) workDir = GenericPath(null),
scope GenericPath!(vibe.core.path.PosixPathFormat) shellPath = nativeShell
) @safe;
Returns
A reference to the running process.