Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cofyc/argparse
/ argparse_help_cb
Function
argparse_help_cb
argparse.c:380–386 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
378
}
379
380
int
381
argparse_help_cb(struct argparse *self, const struct argparse_option *option)
382
{
383
(void)option;
384
argparse_usage(self);
385
exit(EXIT_SUCCESS);
386
}
Callers
nothing calls this directly
Calls
1
argparse_usage
Function · 0.85
Tested by
no test coverage detected