MCPcopy Create free account
hub / github.com/CLIUtils/CLI11 / SimpleFormatter

Method SimpleFormatter

tests/FormatterTest.cpp:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18class 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";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected