use cfdp args parsing now
This commit is contained in:
parent
c83e00a67b
commit
1c0905292e
@ -170,7 +170,7 @@ def setup_params(hook_obj: TmTcCfgHookBase) -> SetupWrapper:
|
|||||||
parser_wrapper = ArgParserWrapper(hook_obj)
|
parser_wrapper = ArgParserWrapper(hook_obj)
|
||||||
parser_wrapper.create_default_parent_parser()
|
parser_wrapper.create_default_parent_parser()
|
||||||
parser_wrapper.create_default_parser()
|
parser_wrapper.create_default_parser()
|
||||||
parser_wrapper.add_def_proc_args()
|
parser_wrapper.add_def_proc_and_cfdp_as_subparsers()
|
||||||
parser_wrapper.parse()
|
parser_wrapper.parse()
|
||||||
tmtccmd.init_printout(parser_wrapper.use_gui)
|
tmtccmd.init_printout(parser_wrapper.use_gui)
|
||||||
parser_wrapper.set_params(params)
|
parser_wrapper.set_params(params)
|
||||||
|
Loading…
Reference in New Issue
Block a user