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

Class HelpGroupDetails

Source/Utils/cxxopts.hpp:1320–1325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1318 };
1319
1320 struct HelpGroupDetails
1321 {
1322 std::string name{};
1323 std::string description{};
1324 std::vector<HelpOptionDetails> options{};
1325 };
1326
1327 class OptionValue
1328 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected