Unified output one table with -s and -d option #707

- 1. [x] Unified output one table with -s and -d option
            - 2. [] add channel column to table output
            - 3. [] Remove First Timestamp and Last Timestamp with -d option
            - 4. [] Output csv with -o and  -s option
            - 5. [x] Separete two column Count and Percent
            - 6. [x] change table format output crate from prettytable-rs to comfy_table.
This commit is contained in:
DastInDark
2022-09-28 22:48:52 +09:00
parent 06c4e56842
commit cdfdd62a5c
3 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ use comfy_table::presets::UTF8_FULL;
use super::metrics::EventMetrics;
use hashbrown::HashMap;
#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct Timeline {
pub stats: EventMetrics,
}