vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Function pipeShell

Equivalent to std.process.pipeProcess.

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.

See Also

spawnProcess, execute

Authors
Copyright
License