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

Function argparse

examples/custom_parse.cpp:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31DoubleValues doubles;
32void argparse(CLI::Option_group *group) { group->add_option("--dv", doubles)->default_str("0"); }
33
34int main(int argc, char **argv) {
35 CLI::App app;

Callers 1

mainFunction · 0.85

Calls 1

add_optionMethod · 0.45

Tested by

no test coverage detected