| 84 | elementPtrs_.push_back(pElement); |
| 85 | } |
| 86 | void OptionsContainer::Finalize_(int argc, const char* const* argv) |
| 87 | { |
| 88 | app_.parse(argc, argv); |
| 89 | finalized_ = true; |
| 90 | } |
| 91 | int OptionsContainer::Exit_(const CLI::ParseError& e, bool captureDiagnostics) |
| 92 | { |
| 93 | if (captureDiagnostics) { |