pipeShell

Equivalent to std.process.pipeProcess.

@safe
pipeShell
(
scope string command
,
Redirect redirect = Redirect.all
,
const string[string] env = null
,,,)

Return Value

A struct containing the process and created pipes.

See Also

spawnProcess, execute

Meta