Tracks execution statistics printed in the summary.
More...
|
| int | files_matched = 0 |
| | Number of entries that matched all filters.
|
| int | commands_run = 0 |
| | Number of commands executed (or printed in dry-run).
|
| int | commands_failed = 0 |
| | Number of commands that returned non-zero.
|
Tracks execution statistics printed in the summary.
Definition at line 113 of file cmd.cpp.
◆ files_matched
| int Stats::files_matched = 0 |
Number of entries that matched all filters.
Definition at line 114 of file cmd.cpp.
◆ commands_run
| int Stats::commands_run = 0 |
Number of commands executed (or printed in dry-run).
Definition at line 115 of file cmd.cpp.
◆ commands_failed
| int Stats::commands_failed = 0 |
Number of commands that returned non-zero.
Definition at line 116 of file cmd.cpp.
The documentation for this struct was generated from the following file: