I cant get the cli to react to any combination of input.
java -jar /Users/manderse/.m2/repository/de/thetaphi/forbiddenapis/3.8/forbiddenapis-3.8.jar de.thetaphi.forbiddenapis.cli.CliMain -c /Users/manderse/.m2/repository/io/quarkus/quarkus-core/3.18.1/quarkus-core-3.18.1.jar --debug -f badstuff
or any combination where badstuff is file with:
java.lang.String @ You are crazy that you disallow strings
and I just get printed help for the cli and then error 2 for invalid command line.
whats the right syntax?
I cant get the cli to react to any combination of input.
or any combination where
badstuffis file with:and I just get printed help for the cli and then error 2 for invalid command line.
whats the right syntax?