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

Class MyFormatter

examples/formatter.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include <string>
11
12class MyFormatter : public CLI::Formatter {
13 public:
14 MyFormatter() : Formatter() {}
15 std::string make_option_opts(const CLI::Option *) const override { return " OPTION"; }
16};
17
18int main(int argc, char **argv) {
19 CLI::App app;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected