use cfdp args parsing now

This commit is contained in:
Robin Müller 2022-09-08 17:52:09 +02:00
parent c83e00a67b
commit 1c0905292e
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ def setup_params(hook_obj: TmTcCfgHookBase) -> SetupWrapper:
parser_wrapper = ArgParserWrapper(hook_obj)
parser_wrapper.create_default_parent_parser()
parser_wrapper.create_default_parser()
parser_wrapper.add_def_proc_args()
parser_wrapper.add_def_proc_and_cfdp_as_subparsers()
parser_wrapper.parse()
tmtccmd.init_printout(parser_wrapper.use_gui)
parser_wrapper.set_params(params)