| 18 | class SimpleFormatter : public CLI::FormatterBase { |
| 19 | public: |
| 20 | SimpleFormatter() : FormatterBase() {} |
| 21 | |
| 22 | std::string make_help(const CLI::App *, std::string, CLI::AppFormatMode) const override { |
| 23 | return "This is really simple"; |
nothing calls this directly
no outgoing calls
no test coverage detected