MCPcopy Create free account
hub / github.com/build-cpp/cmkr / Option

Class Option

include/project_parser.hpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24};
25
26struct Option {
27 std::string name;
28 std::string help;
29 mpark::variant<bool, std::string> value;
30};
31
32struct Package {
33 std::string name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected