Améliorations et migration vers bureau GNOME
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user