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