This commit is contained in:
Auric Vente
2024-07-25 21:23:38 -06:00
parent 788c5c698f
commit c79c61f79b
3 changed files with 36 additions and 8 deletions

View File

@@ -73,7 +73,13 @@ class ArgSpec:
ArgSpec.add_argument(
"names",
type=str,
info="Path to a JSON file with a list of names. The game will use these names instead of the default ones",
info="Path to a JSON file with a list of names. Use these instead of the default ones",
)
ArgSpec.add_argument(
"ants",
type=str,
info="Path to a JSON file with ants data. Use this instead of the default one",
)
ArgSpec.add_argument(