| 172 | class CallForHelp : public Success { |
| 173 | CLI11_ERROR_DEF(Success, CallForHelp) |
| 174 | CallForHelp() : CallForHelp("This should be caught in your main function, see examples", ExitCodes::Success) {} |
| 175 | }; |
| 176 | |
| 177 | /// Usually something like --help-all on command line |
nothing calls this directly
no outgoing calls
no test coverage detected