Skip to content

Commit

Permalink
Add root pom path to the CLI
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Krishna <[email protected]>
  • Loading branch information
rahlk committed Nov 7, 2024
1 parent 1acec4a commit 7d740b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/ibm/cldk/CodeAnalyzer.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public class CodeAnalyzer implements Runnable {

@Option(names = {"-f", "--project-root-path"}, description = "Path to the root pom.xml file of the project.")
private static String projectRootPom;

@Option(names = {"-a", "--analysis-level"}, description = "Level of analysis to perform. Options: 1 (for just symbol table) or 2 (for call graph). Default: 1")
private static int analysisLevel = 1;

Expand Down

0 comments on commit 7d740b9

Please sign in to comment.