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

Method make_option_opts

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

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected