You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloned, built with Gradle (would prefer a JAR download), run on Windows:
jarjar-command.bat
Exception in thread "main" java.lang.IllegalArgumentException: [output] is required.
at com.tonicsystems.jarjar.Main.valueOf(Main.java:95)
at com.tonicsystems.jarjar.Main.process(Main.java:130)
at com.tonicsystems.jarjar.Main.run(Main.java:75)
at com.tonicsystems.jarjar.Main.main(Main.java:144)
Same for jarjar-command.bat help, jarjar-command.bat process x y z, etc.
The text was updated successfully, but these errors were encountered:
The documentation says process <rulesFile> <inJar> <outJar> is supposed to work, but it does not. -rules [rulesFile] -output [outputJAR] [inputJAR] is required. help still doesn't work.
Cloned, built with Gradle (would prefer a JAR download), run on Windows:
Same for
jarjar-command.bat help
,jarjar-command.bat process x y z
, etc.The text was updated successfully, but these errors were encountered: