MCPcopy Create free account
hub / github.com/FidoProject/Fido / showHelp

Method showHelp

tests/catch.h:6302–6307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6300 }
6301
6302 void showHelp( std::string const& processName ) {
6303 Catch::cout() << "\nCatch v" << libraryVersion << "\n";
6304
6305 m_cli.usage( Catch::cout(), processName );
6306 Catch::cout() << "For more detail usage please see the project docs\n" << std::endl;
6307 }
6308
6309 int applyCommandLine( int argc, char const* argv[], OnUnusedOptions::DoWhat unusedOptionBehaviour = OnUnusedOptions::Fail ) {
6310 try {

Callers

nothing calls this directly

Calls 1

usageMethod · 0.80

Tested by

no test coverage detected