This commit is contained in:
Auric Vente
2024-07-27 01:12:28 -06:00
parent 554ccfb114
commit 436b5273e5
6 changed files with 30 additions and 1 deletions

View File

@@ -172,3 +172,9 @@ class ArgSpec:
action="store_true",
info="Show the score on triumph or hits instead of the total of each",
)
ArgSpec.add_argument(
"mono",
action="store_true",
info="Use a monospace font",
)