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

Class DocoptExitVersion

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

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

Source from the content-addressed store, hash-verified

54
55 // Arguments contained '--version' and parsing was aborted early
56 struct DocoptExitVersion : std::runtime_error { DocoptExitVersion() : std::runtime_error("Docopt --version argument encountered") {} };
57
58 /// A map of options set by the user
59 using Options = std::map<std::string, value>;

Callers 1

extrasFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected