This commit is contained in:
Auric Vente
2024-07-25 20:10:17 -06:00
parent 876140252b
commit 5120420329
3 changed files with 11 additions and 1 deletions

View File

@@ -93,3 +93,9 @@ class ArgSpec:
action="store_false",
info="Don't show the footer controls",
)
ArgSpec.add_argument(
"no_intro",
action="store_false",
info="Don't show the intro message",
)