executed without error and output is the command's stdout
executeCommand
private fn
auto executeCommand(string[] args)Executes a command and returns its output if successful.
Parameters
args | Command and arguments to execute |
Returns
Tuple of (success, output) where success indicates if the command