generated from dopt-python/py311
add short parameter for anomaly threshold, related to #20
This commit is contained in:
1
cli.py
1
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: "
|
||||
|
||||
@@ -39,6 +39,7 @@ def main() -> int:
|
||||
type=float,
|
||||
)
|
||||
parser.add_argument(
|
||||
"-t",
|
||||
"--anomaly_threshold",
|
||||
help=(
|
||||
f"optional anomaly threshold to set, default: "
|
||||
|
||||
Reference in New Issue
Block a user