Home
last modified time | relevance | path

Searched refs:CallForHelp (Results 1 – 15 of 15) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/cli11/vtkcli11/CLI/
H A DError.hpp163 class CallForHelp : public Success { class
164 CLI11_ERROR_DEF(Success, CallForHelp) in CLI11_ERROR_DEF() argument
165CallForHelp() : CallForHelp("This should be caught in your main function, see examples", ExitCodes… in CLI11_ERROR_DEF()
H A DApp.hpp2118 throw CallForHelp(); in _process_help_flags()
/dports/devel/cli11/CLI11-2.1.2/include/CLI/
H A DError.hpp163 class CallForHelp : public Success { class
164 CLI11_ERROR_DEF(Success, CallForHelp) in CLI11_ERROR_DEF() argument
165CallForHelp() : CallForHelp("This should be caught in your main function, see examples", ExitCodes… in CLI11_ERROR_DEF()
H A DApp.hpp2117 throw CallForHelp(); in _process_help_flags()
/dports/devel/cli11/CLI11-2.1.2/examples/
H A Dmodhelp.cpp27 throw CLI::CallForHelp(); in main()
/dports/devel/cli11/CLI11-2.1.2/tests/
H A DHelpTest.cpp560 CHECK_THROWS_AS(app.parse(input), CLI::CallForHelp);
680 } catch(const CLI::CallForHelp &e) {
716 } catch(const CLI::CallForHelp &e) {
749 CHECK(app.exit(CLI::CallForHelp()) == 0);
781 CHECK(0 == run(CLI::CallForHelp()));
819 CHECK(0 == run(CLI::CallForHelp()));
H A DSubcommandTest.cpp972 CHECK_THROWS_AS(run(), CLI::CallForHelp);
975 CHECK_THROWS_AS(run(), CLI::CallForHelp);
978 CHECK_THROWS_AS(run(), CLI::CallForHelp);
1240 CHECK_THROWS_AS(run(), CLI::CallForHelp);
1244 CHECK_THROWS_AS(run(), CLI::CallForHelp);
1248 CHECK_THROWS_AS(run(), CLI::CallForHelp);
1674 sub1->parse_complete_callback([]() { throw CLI::CallForHelp(); }); in __anone0ab31352302()
1679 } catch(const CLI::CallForHelp &) {
H A DAppTest.cpp2127 app.add_flag_function("-b", [](std::int64_t) { throw CLI::CallForHelp(); }); in __anon9f71efcd0b02()
2136 CHECK_THROWS_AS(run(), CLI::CallForHelp);
H A DConfigFileTest.cpp541 REQUIRE_THROWS_AS(run(), CLI::CallForHelp);
/dports/cad/opentimer/OpenTimer-18d28ff/ot/utility/
H A DCLI11.hpp547 class CallForHelp : public ParseError { class
548 CLI11_ERROR_DEF(ParseError, CallForHelp) in CLI11_ERROR_DEF() argument
549CallForHelp() : CallForHelp("This should be caught in your main function, see examples", ExitCodes… in CLI11_ERROR_DEF()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/CLI11/
H A DCLI11.hpp614 class CallForHelp : public ParseError { class
615 CLI11_ERROR_DEF(ParseError, CallForHelp) in CLI11_ERROR_DEF() argument
616CallForHelp() : CallForHelp("This should be caught in your main function, see examples", ExitCodes… in CLI11_ERROR_DEF()
/dports/devel/cli11/CLI11-2.1.2/book/chapters/
H A Dsubcommands.md120 sub1->parse_complete_callback([]() { throw CLI::CallForHelp(); });
/dports/science/axom/axom-0.6.1/src/thirdparty/axom/
H A DCLI11.hpp676 class CallForHelp : public ParseError { class
677 CLI11_ERROR_DEF(ParseError, CallForHelp) in CLI11_ERROR_DEF() argument
678CallForHelp() : CallForHelp("This should be caught in your main function, see examples", ExitCodes… in CLI11_ERROR_DEF()
6680 throw CallForHelp(); in _process_help_flags()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/bindings/cli/third_party/CLI/
H A DCLI11.hpp675 class CallForHelp : public Success { class
676 CLI11_ERROR_DEF(Success, CallForHelp) in CLI11_ERROR_DEF() argument
677CallForHelp() : CallForHelp("This should be caught in your main function, see examples", ExitCodes… in CLI11_ERROR_DEF()
7155 throw CallForHelp(); in _process_help_flags()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/cli11/
H A DCLI11.hpp677 class CallForHelp : public Success { class
678 CLI11_ERROR_DEF(Success, CallForHelp) in CLI11_ERROR_DEF() argument
679CallForHelp() : CallForHelp("This should be caught in your main function, see examples", ExitCodes… in CLI11_ERROR_DEF()
7262 throw CallForHelp(); in _process_help_flags()