OPTION_STRING
case OPTION_STRING:
case OPTION_STRING:
case OPTION_STRING:
case OPTION_STRING:
#define OPT_STRING(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), .value = check_vtype(v, const char **), .argh = (a), .help = (h) }
{ .type = OPTION_STRING, .short_name = (s), .long_name = (l), \
{ .type = OPTION_STRING, .short_name = (s), .long_name = (l), \
#define OPT_STRING_NOEMPTY(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), .value = check_vtype(v, const char **), .argh = (a), .help = (h), .flags = PARSE_OPT_NOEMPTY}