Function pipeShell
Equivalent to std
.
ProcessPipes pipeShell
(
scope string command,
std .process .Redirect redirect = cast(Redirect)7,
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 struct containing the process and created pipes.