mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 18:45:09 +00:00
docs outfile fix
This commit is contained in:
@@ -2570,7 +2570,7 @@ public class CommandLineArgumentParser {
|
||||
if (args.isEmpty() || out != null) {
|
||||
badArguments("doc");
|
||||
}
|
||||
out = arg;
|
||||
out = args.pop();
|
||||
break;
|
||||
case "-type":
|
||||
if (args.isEmpty() || type != null) {
|
||||
|
||||
Reference in New Issue
Block a user