| 2304 | } |
| 2305 | |
| 2306 | void helpHelp(std::ostream& os) |
| 2307 | { |
| 2308 | // clang-format off |
| 2309 | os << "=== Help ===" << std::endl << |
| 2310 | " --help, -h Print this message" << std::endl; |
| 2311 | // clang-format on |
| 2312 | } |
| 2313 | |
| 2314 | void AllOptions::help(std::ostream& os) |
| 2315 | { |