| 627 | } |
| 628 | |
| 629 | void ArgsManager::ForceSetArg(const std::string& strArg, const std::string& strValue) |
| 630 | { |
| 631 | LOCK(cs_args); |
| 632 | m_settings.forced_settings[SettingName(strArg)] = strValue; |
| 633 | } |
| 634 | |
| 635 | void ArgsManager::AddCommand(const std::string& cmd, const std::string& help, std::set<std::string> options) |
| 636 | { |