Legend
| Static method: FluidCommandRunner Run( |
string[] | args |
The command and its arguments, if any. Each value is automatically escaped as needed. See CommandRunner.SetCommand( |
The default options are as follows: 0 is the only exit code indicating success; print the command output to the console as-is.
Example: CommandRunner.Run(@"C:\Program Files\Foo\Foo.exe", "-f", @"C:\Some
Path\file.txt").SuccessExitCodes(0, 1).OutputNothing().Go();