/dports/math/vtk9/VTK-9.1.0/ThirdParty/cli11/vtkcli11/CLI/ |
H A D | Error.hpp | 163 class CallForHelp : public Success { class 164 CLI11_ERROR_DEF(Success, CallForHelp) in CLI11_ERROR_DEF() argument 165 …CallForHelp() : CallForHelp("This should be caught in your main function, see examples", ExitCodes… in CLI11_ERROR_DEF()
|
H A D | App.hpp | 2118 throw CallForHelp(); in _process_help_flags()
|
/dports/devel/cli11/CLI11-2.1.2/include/CLI/ |
H A D | Error.hpp | 163 class CallForHelp : public Success { class 164 CLI11_ERROR_DEF(Success, CallForHelp) in CLI11_ERROR_DEF() argument 165 …CallForHelp() : CallForHelp("This should be caught in your main function, see examples", ExitCodes… in CLI11_ERROR_DEF()
|
H A D | App.hpp | 2117 throw CallForHelp(); in _process_help_flags()
|
/dports/devel/cli11/CLI11-2.1.2/examples/ |
H A D | modhelp.cpp | 27 throw CLI::CallForHelp(); in main()
|
/dports/devel/cli11/CLI11-2.1.2/tests/ |
H A D | HelpTest.cpp | 560 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 D | SubcommandTest.cpp | 972 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 D | AppTest.cpp | 2127 app.add_flag_function("-b", [](std::int64_t) { throw CLI::CallForHelp(); }); in __anon9f71efcd0b02() 2136 CHECK_THROWS_AS(run(), CLI::CallForHelp);
|
H A D | ConfigFileTest.cpp | 541 REQUIRE_THROWS_AS(run(), CLI::CallForHelp);
|
/dports/cad/opentimer/OpenTimer-18d28ff/ot/utility/ |
H A D | CLI11.hpp | 547 class CallForHelp : public ParseError { class 548 CLI11_ERROR_DEF(ParseError, CallForHelp) in CLI11_ERROR_DEF() argument 549 …CallForHelp() : 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 D | CLI11.hpp | 614 class CallForHelp : public ParseError { class 615 CLI11_ERROR_DEF(ParseError, CallForHelp) in CLI11_ERROR_DEF() argument 616 …CallForHelp() : 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 D | subcommands.md | 120 sub1->parse_complete_callback([]() { throw CLI::CallForHelp(); });
|
/dports/science/axom/axom-0.6.1/src/thirdparty/axom/ |
H A D | CLI11.hpp | 676 class CallForHelp : public ParseError { class 677 CLI11_ERROR_DEF(ParseError, CallForHelp) in CLI11_ERROR_DEF() argument 678 …CallForHelp() : 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 D | CLI11.hpp | 675 class CallForHelp : public Success { class 676 CLI11_ERROR_DEF(Success, CallForHelp) in CLI11_ERROR_DEF() argument 677 …CallForHelp() : 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 D | CLI11.hpp | 677 class CallForHelp : public Success { class 678 CLI11_ERROR_DEF(Success, CallForHelp) in CLI11_ERROR_DEF() argument 679 …CallForHelp() : CallForHelp("This should be caught in your main function, see examples", ExitCodes… in CLI11_ERROR_DEF() 7262 throw CallForHelp(); in _process_help_flags()
|