This commit is contained in:
Auric Vente
2024-07-25 20:04:52 -06:00
parent 99b2e85c3c
commit 876140252b
4 changed files with 26 additions and 1 deletions

View File

@@ -81,3 +81,15 @@ class ArgSpec:
action="store_false",
info="Don't show the images on the left",
)
ArgSpec.add_argument(
"no_header",
action="store_false",
info="Don't show the header controls",
)
ArgSpec.add_argument(
"no_footer",
action="store_false",
info="Don't show the footer controls",
)