Lines Matching defs:help
762 bool help; // to print the help
3566 // Thanks to Richard Harris for his help refining this formula
5611 << "run with \"--" DOCTEST_OPTIONS_PREFIX_DISPLAY "help\" for options\n";
5636 s << " -" DOCTEST_OPTIONS_PREFIX_DISPLAY "?, --" DOCTEST_OPTIONS_PREFIX_DISPLAY "help, -" DOCTEST_OPTIONS_PREFIX_DISPLAY "h "
5762 } else if(opt.help) {
6211 p->help = false;
6218 if(parseFlag(argc, argv, DOCTEST_CONFIG_OPTIONS_PREFIX "help") ||
6221 p->help = true;
6347 // handle version, help and no_run
6348 if(p->no_run || p->version || p->help || p->list_reporters) {