35 const word& helpTypeName
38 auto* ctorPtr = dictionaryConstructorTable(helpTypeName);
44 if (helpTypeName.starts_with(
"-help"))
47 <<
"Valid helpType selections:" <<
nl
49 <<
flatOutput(dictionaryConstructorTablePtr_->sortedToc()) <<
nl
55 <<
"Unknown helpType type '" << helpTypeName <<
"'" <<
nl <<
nl
56 <<
"Valid helpType selections:" <<
nl
58 <<
flatOutput(dictionaryConstructorTablePtr_->sortedToc()) <<
nl
63 Info<<
"Selecting helpType '" << helpTypeName <<
"'" <<
endl;
65 return autoPtr<helpType>(ctorPtr());