| 185 | class CallForVersion : public Success { |
| 186 | CLI11_ERROR_DEF(Success, CallForVersion) |
| 187 | CallForVersion() |
| 188 | : CallForVersion("This should be caught in your main function, see examples", ExitCodes::Success) {} |
| 189 | }; |
| 190 | |
| 191 | /// Does not output a diagnostic in CLI11_PARSE, but allows main() to return with a specific error code. |
nothing calls this directly
no outgoing calls
no test coverage detected