MCPcopy Create free account
hub / github.com/AGWA/git-crypt / Option_error

Class Option_error

parse_options.hpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48int parse_options (const Options_list& options, int argc, const char** argv);
49
50struct Option_error {
51 std::string option_name;
52 std::string message;
53
54 Option_error (const std::string& n, const std::string& m) : option_name(n), message(m) { }
55};
56
57#endif

Callers 1

parse_optionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected