feat: ajouts get testing et corrections
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user