Skip to content
  • Christopher Subich's avatar
    Initial commit of command-line/config-file parser · 99679ff2
    Christopher Subich authored
    This library uses boost::program_options, which provides a command-line
    parser that also reads key=value - style configuration files.
    Options.c/hpp provides a simplified interface for cases-code, which
    should make option-definition more natural.
    99679ff2