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

Method make_help

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

Source from the content-addressed store, hash-verified

20 SimpleFormatter() : FormatterBase() {}
21
22 std::string make_help(const CLI::App *, std::string, CLI::AppFormatMode) const override {
23 return "This is really simple";
24 }
25};
26
27TEST_CASE("Formatter: Nothing", "[formatter]") {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected