generated from dopt-python/py311
Apply changes to meet customer specification #27
1
cli.py
1
cli.py
@ -36,6 +36,7 @@ def main() -> int:
|
|||||||
type=float,
|
type=float,
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
"-t",
|
||||||
"--anomaly_threshold",
|
"--anomaly_threshold",
|
||||||
help=(
|
help=(
|
||||||
f"optional anomaly threshold to set, default: "
|
f"optional anomaly threshold to set, default: "
|
||||||
|
|||||||
@ -39,6 +39,7 @@ def main() -> int:
|
|||||||
type=float,
|
type=float,
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
"-t",
|
||||||
"--anomaly_threshold",
|
"--anomaly_threshold",
|
||||||
help=(
|
help=(
|
||||||
f"optional anomaly threshold to set, default: "
|
f"optional anomaly threshold to set, default: "
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user