Example #1
0
 public Task <CommandLineResult> Execute(string args, Budget budget = null) =>
 CommandLine.Execute(
     Path,
     args,
     _workingDirectory,
     budget);