| 40 | } |
| 41 | |
| 42 | void HandleHelpOption(const cxxopts::Options& cmdOptions, const cxxopts::ParseResult& parsedOptions) |
| 43 | { |
| 44 | if (parsedOptions.count("help")) |
| 45 | { |
| 46 | std::cout << cmdOptions.help() << std::endl; |
| 47 | exit(0); |
| 48 | } |
| 49 | } |
| 50 | |
| 51 | static std::string FloatStr = "Float"; |
| 52 | static std::string Float2Str = "Float2"; |