MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / HelpOptionDetails

Class HelpOptionDetails

Source/Utils/cxxopts.hpp:1306–1318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1304 };
1305
1306 struct HelpOptionDetails
1307 {
1308 std::string s;
1309 std::string l;
1310 String desc;
1311 bool has_default;
1312 std::string default_value;
1313 bool has_implicit;
1314 std::string implicit_value;
1315 std::string arg_help;
1316 bool is_container;
1317 bool is_boolean;
1318 };
1319
1320 struct HelpGroupDetails
1321 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected