Function pipeShell
Equivalent to std
.
ProcessPipes pipeShell
(
string command,
std .process .Redirect redirect = Redirect .all,
const(string[string]) env = cast(const(string[string]))null,
Config config = Config(Flags .none, null),
GenericPath!(vibe.core.path.PosixPathFormat) workDir = GenericPath(null),
GenericPath!(vibe.core.path.PosixPathFormat) shellPath = nativeShell
) @safe;
Returns
A struct containing the process and created pipes.