This commit is contained in:
Auric Vente
2024-07-27 00:43:30 -06:00
parent e1e263ddfa
commit 554ccfb114
4 changed files with 28 additions and 2 deletions

View File

@@ -166,3 +166,9 @@ class ArgSpec:
action="store_true",
info="Make the arguments document and exit",
)
ArgSpec.add_argument(
"score",
action="store_true",
info="Show the score on triumph or hits instead of the total of each",
)