argparse instance
More...
#include <common.h>
argparse instance
argument parser
Definition at line 25 of file common.h.
◆ arena
allocation arena
Definition at line 28 of file common.h.
◆ config
the root config group
Definition at line 31 of file common.h.
◆ count
tracks the number of encountered arguments only counts arguments that are not positional or unknown
Definition at line 59 of file common.h.
◆ errors
all errors errors other than unknown arguments
Definition at line 55 of file common.h.
◆ event_lookup
map_t* ap_t::event_lookup |
◆ name_lookup
a mapping of names to parameters
Definition at line 35 of file common.h.
◆ posarg_callbacks
◆ posargs
all positional arguments ie arguments without a leading dash or slash
Definition at line 46 of file common.h.
◆ unknown
all unknown arguments arguments that the config did not register at startup
Definition at line 51 of file common.h.
The documentation for this struct was generated from the following file: