mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 02:37:55 +00:00
added cli option -tes-handled
This commit is contained in:
@@ -2095,6 +2095,11 @@ int readArgs() {
|
||||
shift();
|
||||
run_raw(args());
|
||||
}
|
||||
else if(argis("-tes-handled")) {
|
||||
PHASEFROM(2);
|
||||
shift();
|
||||
run(args());
|
||||
}
|
||||
else if(argis("-tes-opt")) {
|
||||
arg::run_arguments(current.options);
|
||||
}
|
||||
|
Reference in New Issue
Block a user