This commit is contained in:
Auric Vente
2024-07-25 20:28:26 -06:00
parent d55889ff5c
commit 1b54532cf3
3 changed files with 18 additions and 3 deletions

View File

@@ -99,3 +99,9 @@ class ArgSpec:
action="store_false",
info="Don't show the intro message",
)
ArgSpec.add_argument(
"title",
type=str,
info="Custom title for the window",
)