MCPcopy Create free account
hub / github.com/CLIUtils/CLI11 / CallForVersion

Method CallForVersion

include/CLI/Error.hpp:187–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185class 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected