Parser

Command-line argument parser object.

Members

Functions

parse
void parse(string[]* args)

@brief Parse the command line. @detailed This will also add -h/--help options to show the help if such options have not already been added.

shownHelp
bool shownHelp()

Has the help been displayed yet?

Meta