add short parameter for anomaly threshold, related to #20

This commit is contained in:
Florian Förster 2026-01-06 08:46:47 +01:00
parent cc72ee2ee5
commit f25dbeebd8
2 changed files with 2 additions and 0 deletions

1
cli.py
View File

@ -36,6 +36,7 @@ def main() -> int:
type=float,
)
parser.add_argument(
"-t",
"--anomaly_threshold",
help=(
f"optional anomaly threshold to set, default: "

View File

@ -39,6 +39,7 @@ def main() -> int:
type=float,
)
parser.add_argument(
"-t",
"--anomaly_threshold",
help=(
f"optional anomaly threshold to set, default: "