feat: ajouts get testing et corrections

This commit is contained in:
lapatatedouce
2025-07-25 05:32:35 +02:00
parent fec8e13f5a
commit 45e61f45cd
753 changed files with 254335 additions and 19 deletions

View File

@@ -51,13 +51,13 @@ def get_argument_parser():
# register arguments for the 'get' subcommand
subparser_get.add_argument(
"WHAT",
choices=['preseed-file-basic', 'preseed-file-full', 'iso'],
choices=['preseed-file-basic', 'preseed-file-full', 'iso', 'iso-testing'],
action='store',
type=str,
metavar='WHAT',
help="The type of file you want UDIB to retrieve. "
"Valid options are: 'preseed-file-basic', 'preseed-file-full' "
"or 'iso'.",
"Valid options are: 'preseed-file-basic', 'preseed-file-full', "
"'iso' (stable) or 'iso-testing'.",
)
# register arguments for the 'inject' subcommand