Skip to content
Snippets Groups Projects
  • Florian Schröder's avatar
    27389f93
    Extract argument parser creation into separate file · 27389f93
    Florian Schröder authored
    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.
    27389f93
    History
    Extract argument parser creation into separate file
    Florian Schröder authored
    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.