-
I use the new version, the error is as follows, help how to solve
[aa] java -jar jplag.jar -l javascript -s ./test -r ./test-result 9:06:14 2024-07-25-09:06:19_966 [INFO] CLI - Summary of all errors: |
Beta Was this translation helpful? Give feedback.
Answered by
tsaglam
Jul 25, 2024
Replies: 1 comment
-
You are using the legacy CLI syntax, use Drop the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tsaglam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are using the legacy CLI syntax, use
-h
to show the CLI help text.Drop the
-s
and tryjava -jar jplag.jar -l javascript ./test -r test-result
.