| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected