Return the options that were entered (or set via environment).

Synopsis

Declared in <balcl_commandline.h>

CommandLineOptionsHandle
specifiedOptions() const;

Description

If an option was not entered on the command line or set through an environment variable, then the option will be in a null state (note the difference with the options method). This method is especially useful for overwriting some other configuration (potentially obtained from a configuration file). The behavior is undefined unless isParsed returns true.

Return Value

handle to the options that were entered or set via environment

Created with MrDocs