Merge branch 'main' into feature/start_finish_time

This commit is contained in:
itiB
2021-12-11 15:30:22 +09:00
40 changed files with 1005 additions and 238 deletions
+1
View File
@@ -64,6 +64,7 @@ fn build_app<'a>() -> ArgMatches<'a> {
-u --utc 'Output time in UTC format (default: local time)'
-d --directory=[DIRECTORY] 'Directory of multiple .evtx files'
-s --statistics 'Prints statistics of event IDs'
-n --show-noisyalerts 'do not exclude noisy rules'
-t --threadnum=[NUM] 'Thread number (default: optimal number for performance)'
--contributors 'Prints the list of contributors'";
App::new(&program)