Searched refs:showHelp (Results 1 – 10 of 10) sorted by relevance
155 void Session::showHelp() const { in showHelp() function in Catch::Session186 if( m_configData.showHelp ) in applyCommandLine()187 showHelp(); in applyCommandLine()255 if (m_configData.showHelp || m_configData.libIdentify) { in runInternal()
38 bool showHelp = false; member91 bool showHelp() const;
48 bool Config::showHelp() const { return m_data.showHelp; } in showHelp() function in Catch::Config
25 void showHelp() const;
126 | Help( config.showHelp ) in makeCommandLineParser()
58 static void showHelp() in showHelp() function77 showHelp(); in main()
35 public boolean showHelp = false; field in CommandLineArgs2
3486 showHelp( false ), in ConfigData()3506 bool showHelp; member3571 bool showHelp() const { return m_data.showHelp; } in showHelp() function in Catch::Config4710 .bind( &ConfigData::showHelp ); in makeCommandLineParser()6302 void showHelp( std::string const& processName ) { in showHelp() function in Catch::Session6313 if( m_configData.showHelp ) in applyCommandLine()6314 showHelp( m_configData.processName ); in applyCommandLine()6348 if( m_configData.showHelp ) in run()
4665 bool showHelp = false; member4717 bool showHelp() const;7893 | Help( config.showHelp ) in makeCommandLineParser()8053 bool Config::showHelp() const { return m_data.showHelp; } in showHelp() function in Catch::Config10785 void showHelp() const;10982 void Session::showHelp() const { in showHelp() function in Catch::Session11013 if( m_configData.showHelp ) in applyCommandLine()11014 showHelp(); in applyCommandLine()11082 if (m_configData.showHelp || m_configData.libIdentify) { in runInternal()
314 System.out.println(HELP_TEXT1 + fixList.showHelp() + HELP_TEXT2); in main()966 String showHelp() { in showHelp() method in CLDRModify.FixList