Améliorations et migration vers bureau GNOME

This commit is contained in:
2025-08-30 01:08:23 +02:00
parent d72fca0427
commit 9d68a5892c
5 changed files with 152 additions and 93 deletions

View File

@@ -10,6 +10,14 @@ def get_argument_parser():
description="Debian ISO preseeding tool.",
)
# add force flag
mainparser.add_argument(
"-f",
"--force",
action='store_true',
help="Overwrite output file if it already exists",
)
# add mutually exclusive optional arguments to top-level parser
mainparser_group = mainparser.add_mutually_exclusive_group()
mainparser_group.add_argument(