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

@@ -659,6 +659,9 @@ early_options(int *argc_p, char ***argv_p, char **hackdir_p)
opt_terminate();
/*NOTREACHED*/
#endif
} else if (argcheck(argc, argv, ARG_DUMPMONGEN) == 2) {
opt_terminate();
/*NOTREACHED*/
} else {
#ifdef CHDIR
oldargc = argc;