Executes a command via std.process.executeShell, and checks to see if the output was empty.
The command string to execute.
Whether the process' output was either empty, or entirely made up of white space.
See Implementation
Executes a command via std.process.executeShell, and checks to see if the output was empty.