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

Method CallForHelp

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

Source from the content-addressed store, hash-verified

172class 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected