Skip to content

Encapsulated logic to parse CLI arguments into new class "VadereArgumentParser"

Ghost User requested to merge argument_parser into master

This new class is used by:

  • VadereApplication
  • VadereConsole
  • PostVisualization

Now, all Vadere applications have a unified interface to pass arguments on command line.

Watch out: The method "VadereConsole.addSubCommandsToParser()" should be moved to "VadereArgumentParser".

Merge request reports