From f25dbeebd8b5812e14290f59d99938952cf7fb72 Mon Sep 17 00:00:00 2001 From: foefl Date: Tue, 6 Jan 2026 08:46:47 +0100 Subject: [PATCH] add short parameter for anomaly threshold, related to #20 --- cli.py | 1 + cli_mocked.py | 1 + 2 files changed, 2 insertions(+) diff --git a/cli.py b/cli.py index 8af03c2..b4ccde3 100644 --- a/cli.py +++ b/cli.py @@ -36,6 +36,7 @@ def main() -> int: type=float, ) parser.add_argument( + "-t", "--anomaly_threshold", help=( f"optional anomaly threshold to set, default: " diff --git a/cli_mocked.py b/cli_mocked.py index 96c14e7..66574a8 100644 --- a/cli_mocked.py +++ b/cli_mocked.py @@ -39,6 +39,7 @@ def main() -> int: type=float, ) parser.add_argument( + "-t", "--anomaly_threshold", help=( f"optional anomaly threshold to set, default: "