This commit is contained in:
Auric Vente
2024-07-25 21:29:18 -06:00
parent c79c61f79b
commit 6c09901496
3 changed files with 13 additions and 1 deletions

View File

@@ -136,3 +136,9 @@ class ArgSpec:
choices=["fast", "normal", "slow"],
info="Use this update speed",
)
ArgSpec.add_argument(
"clean",
action="store_true",
info="Start with clean ants data",
)