[#BloombergLP-balcl-CommandLine-options] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::xref:BloombergLP/balcl/CommandLine.adoc[CommandLine]::options :relfileprefix: ../../../ :mrdocs: Return the command‐line options and their values. If an option was not entered on the command line _and_ a default value was provided for that option, then that default value will be used (note the difference with the `specifiedOptions` method). If an option was not entered on the command line _and_ no default value was provided for that option, then the corresponding option will be in a null state. 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] options() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#