Function executeShell
Equivalent to std
.
std .typecons .Tuple!(int,"status",string,"output") executeShell
(
string command,
const(string[string]) env = cast(const(string[string]))null,
Config config = Config(Flags .none, null),
ulong maxOutput = 18446744073709551615LU,
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.