MCPcopy Create free account
hub / github.com/docopt/docopt.cpp / DocoptExitHelp

Class DocoptExitHelp

docopt.h:53–53  ·  view source on GitHub ↗

Arguments contained '--help' and parsing was aborted early

Source from the content-addressed store, hash-verified

51
52 // Arguments contained '--help' and parsing was aborted early
53 struct DocoptExitHelp : std::runtime_error { DocoptExitHelp() : std::runtime_error("Docopt --help argument encountered"){} };
54
55 // Arguments contained '--version' and parsing was aborted early
56 struct DocoptExitVersion : std::runtime_error { DocoptExitVersion() : std::runtime_error("Docopt --version argument encountered") {} };

Callers 1

extrasFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected