add retvals to possilbe pos args
This commit is contained in:
parent
169ad98cde
commit
6d423f7106
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user