Executes a command via std.process.executeShell, enforcing that the process' exit code was 0.
The command string to execute.
The Result of the execution.
Exception if the process' exit code was anything other than 0.
See Implementation
Executes a command via std.process.executeShell, enforcing that the process' exit code was 0.