1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-29 16:57:56 +00:00

added cli option -tes-handled

This commit is contained in:
Zeno Rogue
2025-07-09 12:25:45 +02:00
parent 06897460a3
commit c8dc9c5fa2

View File

@@ -2095,6 +2095,11 @@ int readArgs() {
shift(); shift();
run_raw(args()); run_raw(args());
} }
else if(argis("-tes-handled")) {
PHASEFROM(2);
shift();
run(args());
}
else if(argis("-tes-opt")) { else if(argis("-tes-opt")) {
arg::run_arguments(current.options); arg::run_arguments(current.options);
} }