| 585 | } |
| 586 | |
| 587 | void ArgsManager::AddHiddenArgs(const std::vector<std::string>& names) |
| 588 | { |
| 589 | for (const std::string& name : names) { |
| 590 | AddArg(name, "", false, OptionsCategory::HIDDEN); |
| 591 | } |
| 592 | } |
| 593 | |
| 594 | std::string ArgsManager::GetHelpMessage() const |
| 595 | { |
no outgoing calls
no test coverage detected