MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / GetTooLongCommandLineMessage

Method GetTooLongCommandLineMessage

CppCoverage/OptionsParser.cpp:467–475  ·  view source on GitHub ↗

-------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

465
466 //-------------------------------------------------------------------------
467 std::wstring OptionsParser::GetTooLongCommandLineMessage()
468 {
469 return L"You have a very long command line. It might be truncated "
470 "as DOS maximum command line size is " +
471 std::to_wstring(DosCommandLineMaxSize) +
472 L". Please consider using --" +
473 Tools::LocalToWString(ProgramOptions::ConfigFileOption) +
474 L" instead.";
475 }
476}

Callers

nothing calls this directly

Calls 1

LocalToWStringFunction · 0.85

Tested by

no test coverage detected