[#BloombergLP-balcl-CommandLine-2constructor-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::xref:BloombergLP/balcl/CommandLine.adoc[CommandLine]::CommandLine :relfileprefix: ../../../ :mrdocs: Same as the overload taking `const OptionInfo (&)[LENGTH]`, but accepts a non‐const `specTable` whose entries may be updated in place. == Synopsis Declared in `<balcl_commandline.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<int LENGTH> explicit CommandLine( xref:BloombergLP/balcl/OptionInfo.adoc[OptionInfo](& specTable)[], xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#