Declaration
public FluidCommandRunner OutputAugmented(
bool invokeCount = false
)
Summary
Configures the runner to relay the command's output to the console, prefixing every line with a timestamp. The
entire command is printed before running it. When the command completes, its success/failure status is
printed, along with its run time and exit code.
Parameters
bool | invokeCount |
If true, the prefix also includes a value that increments for every invocation, starting at 1. |