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