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