Skip to content
Snippets Groups Projects
Commit 27389f93 authored by Florian Schröder's avatar Florian Schröder
Browse files

Extract argument parser creation into separate file

Moved the creation of argparse.ArgumentParser objects used to parse command line arguments into a separate module, `argument_parser.py`. This includes organizing all the add_argument calls into specific functions within this new module, in order to increase code readability, reusability and organization within the argument parsing codebase. All existing usages have been updated accordingly.
parent bf70afdc
No related branches found
No related tags found
1 merge request!90Resolve "Complete Cooperative Cousine Terminal Command"
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment