add comment

This commit is contained in:
ichiichi11
2021-05-15 01:39:43 +09:00
parent ff2bbcc1b8
commit 6e1e414e18
4 changed files with 23 additions and 18 deletions

View File

@@ -7,12 +7,12 @@ use std::{
path::PathBuf,
};
use tokio::{spawn, task::JoinHandle};
use yamato_event_analyzer::{detections::configs, timeline::timeline::Timeline};
use yamato_event_analyzer::detections::detection;
use yamato_event_analyzer::detections::detection::EvtxRecordInfo;
use yamato_event_analyzer::detections::print::AlertMessage;
use yamato_event_analyzer::omikuji::Omikuji;
use yamato_event_analyzer::{afterfact::after_fact, detections::utils};
use yamato_event_analyzer::{detections::configs, timeline::timeline::Timeline};
fn main() {
if let Some(filepath) = configs::CONFIG.read().unwrap().args.value_of("filepath") {