MCPcopy Create free account
hub / github.com/cppla/ServerStatus / argparse_help_cb

Function argparse_help_cb

server/src/argparse.c:311–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311int
312argparse_help_cb(struct argparse *this_, const struct argparse_option *option)
313{
314 (void)option;
315 argparse_usage(this_);
316 exit(0);
317 return 0;
318}
319
320#if defined(__cplusplus)
321}

Callers

nothing calls this directly

Calls 1

argparse_usageFunction · 0.85

Tested by

no test coverage detected