Skip to content

Arg parsing

Jonathan Hanks requested to merge jonathan-hanks/advligorts:arg_parsing into master

Add a simple wrapper around getopt_long to give an interface for argument parsing that:

  1. Parses options
  2. Auto generates help/usage information
  3. Documents defaults

This was put together to remove the skew that often arises between the options that the program accepts and the documentation.

Merge request reports