Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
DoubleValues doubles;
32
void argparse(CLI::Option_group *group) { group->add_option(
"--dv"
, doubles)->default_str(
"0"
); }
33
34
int main(int argc, char **argv) {
35
CLI::App app;
Callers
1
main
Function · 0.85
Calls
1
add_option
Method · 0.45
Tested by
no test coverage detected