spawnShell

Async process that do not block on read from stdin/stderr.

  1. SpawnProcess spawnShell(const(char)[] command, File stdin, File stdout, File stderr, string[string] env, std.process.Config config, const(char)[] workDir, string shellPath)
  2. SpawnProcess spawnShell(const(char)[] command, string[string] env, std.process.Config config, const(char)[] workDir, string shellPath)
    spawnShell
    (
    scope const(char)[] command
    ,
    scope const string[string] env
    ,
    std.process.Config config = std.process.Config.none
    ,
    scope const(char)[] workDir = null
    ,
    scope string shellPath = std.process.nativeShell
    )

Meta