Skip to content

Commit

Permalink
Merge pull request #107 from tillwenke/master
Browse files Browse the repository at this point in the history
Better understandable call
  • Loading branch information
mauricioaniche committed Apr 2, 2024
2 parents 8583e1c + b57dde3 commit 3d4dc73
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -139,8 +139,15 @@ To use the _latest version_ (which you should), clone the project and generate a
`mvn clean compile package` generates the single JAR file for you (see your _target_ folder).

Then, just run:

```
java -jar ck-x.x.x-SNAPSHOT-jar-with-dependencies.jar <project dir> <use jars:true|false> <max files per partition, 0=automatic selection> <variables and fields metrics? True|False> <output dir> [ignored directories...]
java -jar ck-x.x.x-SNAPSHOT-jar-with-dependencies.jar \
<project dir> \
<use jars:true|false> \
<max files per partition:0=automatic selection> \
<variables and fields metrics?:true|false> \
<output dir> \
[ignored directories...]
```

`Project dir` refers to the directory where CK can find all the source code to be parsed.
Expand Down

0 comments on commit 3d4dc73

Please sign in to comment.