[#BloombergLP-balcl-CommandLine-specifiedOptions] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::xref:BloombergLP/balcl/CommandLine.adoc[CommandLine]::specifiedOptions :relfileprefix: ../../../ :mrdocs: Return the command‐line options and their values. 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`. == Synopsis Declared in `<balcl_commandline.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balcl/CommandLineOptionsHandle.adoc[CommandLineOptionsHandle] specifiedOptions() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#