| 332 | } |
| 333 | |
| 334 | static std::string BuildIdentifier() { |
| 335 | return StrCat("VERSION: ", CommandLineParser::getVersionNumber(), |
| 336 | "\nBUILT : ", __DATE__, "\n"); |
| 337 | } |
| 338 | |
| 339 | void CommandLineParser::logBanner(int32_t argc, const char** argv) { |
| 340 | std::string banners = printStringArray(banner); |
no test coverage detected