The additional parameters to pass to parser functions.
More...
#include <cmdline.h>
The additional parameters to pass to parser functions.
Definition at line 160 of file cmdline.h.
◆ check_ambiguity
int cmdline_parser_params::check_ambiguity |
◆ check_required
int cmdline_parser_params::check_required |
whether to check that all required options were provided (default 1)
Definition at line 164 of file cmdline.h.
◆ initialize
int cmdline_parser_params::initialize |
◆ override
int cmdline_parser_params::override |
whether to override possibly already present options (default 0)
Definition at line 162 of file cmdline.h.
◆ print_errors
int cmdline_parser_params::print_errors |
whether getopt_long should print an error message for a bad option (default 1)
Definition at line 166 of file cmdline.h.
The documentation for this struct was generated from the following file: