executeCommand

private fnauto executeCommand(string[] args)

Executes a command and returns its output if successful.

Parameters

argsCommand and arguments to execute

Returns

Tuple of (success, output) where success indicates if the command

executed without error and output is the command's stdout