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

Enum argparse_flag

server/include/argparse.h:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 const struct argparse_option *option);
41
42enum argparse_flag {
43 ARGPARSE_STOP_AT_NON_OPTION = 1,
44};
45
46enum argparse_option_type {
47 /* special */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected