add --dumpmongen to view mongen_order[] array

This commit is contained in:
nhmall
2025-02-14 09:38:29 -05:00
parent 027bf78f28
commit f1be2eaffa
6 changed files with 47 additions and 2 deletions

View File

@@ -937,6 +937,7 @@ static const struct early_opt earlyopts[] = {
{ ARG_DUMPENUMS, "dumpenums", 9, FALSE },
#endif
{ ARG_DUMPGLYPHIDS, "dumpglyphids", 12, FALSE },
{ ARG_DUMPMONGEN, "dumpmongen", 10, FALSE },
#ifdef WIN32
{ ARG_WINDOWS, "windows", 4, TRUE },
#endif
@@ -1038,6 +1039,9 @@ argcheck(int argc, char *argv[], enum earlyarg e_arg)
case ARG_DUMPGLYPHIDS:
dump_glyphids();
return 2;
case ARG_DUMPMONGEN:
dump_mongen();
return 2;
#ifdef CRASHREPORT
case ARG_BIDSHOW:
crashreport_bidshow();