Option names. Separate multiple name variants with "|", as for std.getopt.
Pointer to store the value. Unchanged if value was not found.
Text to be displayed when the application is run with --help.
true if the value was found, false otherwise.
readRequiredOption
Finds and reads an option from the configuration file or command line.
Command line options take precedence over configuration file entries.