Executes a command via std.process.executeShell, enforcing that the process' exit code was >= 0.
Notes: Positive exit codes may still indicate an error.
The command string to execute.
The Result of the execution.
Exception if the process' exit code was anything other than 0 or above.
See Implementation
Executes a command via std.process.executeShell, enforcing that the process' exit code was >= 0.
Notes: Positive exit codes may still indicate an error.