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

Method CallForAllHelp

include/CLI/Error.hpp:180–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178class CallForAllHelp : public Success {
179 CLI11_ERROR_DEF(Success, CallForAllHelp)
180 CallForAllHelp()
181 : CallForAllHelp("This should be caught in your main function, see examples", ExitCodes::Success) {}
182};
183
184/// -v or --version on command line

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected