Runs executable with args, returning the captured result.
executable
args
Future<ExecResult> run( String executable, List<String> args, { Map<String, String>? environment, });