parse

Reads options from the command line, an environment variable, or a configuration file and transforms the option into appropriate data structures for validation.

Parameters

No parameters.

Returns

Returns nothing. Displays an error message and quits if the
parse
operation is not successful. If you want to use a configuration file, call
Opts::get_config()
to make sure the file can be opened.