From 2beb26f3e3324aa520c103e50cccb203a82cb748 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 30 Jan 2023 08:52:22 -0800 Subject: [PATCH] add slice info to Metadata output --- jc/cli.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jc/cli.py b/jc/cli.py index 36936370..66b808c9 100644 --- a/jc/cli.py +++ b/jc/cli.py @@ -610,7 +610,9 @@ class JcCli(): if self.run_timestamp: meta_obj: JSONDictType = { 'parser': self.parser_name, - 'timestamp': self.run_timestamp.timestamp() + 'timestamp': self.run_timestamp.timestamp(), + 'slice_start': self.slice_start, + 'slice_end': self.slice_end } if self.magic_run_command: