Function executeShell
Equivalent to std
.
std .typecons .Tuple!(int,"status",string,"output") executeShell
(
scope string command,
const(string[string]) env = cast(const(string[string]))null,
Config config = cast(Config)cast(ProcessConfig)0,
ulong maxOutput = 18446744073709551615LU,
scope GenericPath!(vibe.core.path.PosixPathFormat) workDir = GenericPath(null) .this(null),
GenericPath!(vibe.core.path.PosixPathFormat) shellPath = nativeShell
) @safe;
Returns
Tuple containing the exit status and process output.