| 566 | } |
| 567 | |
| 568 | void ArgsManager::ForceSetArg(const std::string& strArg, const std::string& strValue) |
| 569 | { |
| 570 | LOCK(cs_args); |
| 571 | m_override_args[strArg] = {strValue}; |
| 572 | } |
| 573 | |
| 574 | void ArgsManager::AddArg(const std::string& name, const std::string& help, const bool debug_only, const OptionsCategory& cat) |
| 575 | { |
no outgoing calls