PARSE_OPT_NOEMPTY  224 tools/lib/subcmd/parse-options.c 		if (opt->flags & PARSE_OPT_NOEMPTY) {
PARSE_OPT_NOEMPTY  149 tools/lib/subcmd/parse-options.h #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}