add retvals to possilbe pos args

This commit is contained in:
Robin Müller 2022-05-20 09:22:38 +02:00
parent 169ad98cde
commit 6d423f7106
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ def init_printout(project_string: str):
def return_generic_args_parser() -> argparse.ArgumentParser:
parser = argparse.ArgumentParser("Arguments for FSFW MIB generation")
choices = ("events", "objects", "returnvalues", "subservices", "all")
choices = ("events", "objects", "returnvalues", "retvals", "subservices", "all")
parser.add_argument(
"type",
metavar="type",