mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 06:46:31 +00:00
print command line arguments indebug mode
This commit is contained in:
@@ -317,6 +317,9 @@ public class CommandLineArgumentParser {
|
||||
traceLevel = Level.FINE;
|
||||
break;
|
||||
case "-debug":
|
||||
for (int i = 0; i < arguments.length; i++) {
|
||||
System.out.println(i + ".:" + arguments.length);
|
||||
}
|
||||
Configuration.debugMode.set(true);
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user