| 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 { |