| 62 | } |
| 63 | |
| 64 | static std::string SettingName(const std::string& arg) |
| 65 | { |
| 66 | return arg.size() > 0 && arg[0] == '-' ? arg.substr(1) : arg; |
| 67 | } |
| 68 | |
| 69 | /** |
| 70 | * Parse "name", "section.name", "noname", "section.noname" settings keys. |
no test coverage detected