OPTION_BOOLEAN
case OPTION_BOOLEAN:
case OPTION_BOOLEAN:
case OPTION_BOOLEAN:
case OPTION_BOOLEAN:
#define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h) }
#define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h), .flags = (f) }
{ .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), \