executeShell

Equivalent to std.process.execute.

@safe
executeShell
(
scope string command
,
const string[string] env = null
,,
size_t maxOutput = size_t.max
,
scope NativePath workDir = null
,)

Return Value

Type: auto

Tuple containing the exit status and process output.

See Also

spawnProcess, pipeProcess

Meta