Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
struct Option {
27
std::string name;
28
std::string help;
29
mpark::variant<bool, std::string> value;
30
};
31
32
struct Package {
33
std::string name;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected