Mods
This commit is contained in:
@@ -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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user