Skip to content

Commit 7d740b9

Browse files
committed
Add root pom path to the CLI
Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
1 parent 1acec4a commit 7d740b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ibm/cldk/CodeAnalyzer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public class CodeAnalyzer implements Runnable {
7171

7272
@Option(names = {"-f", "--project-root-path"}, description = "Path to the root pom.xml file of the project.")
7373
private static String projectRootPom;
74-
74+
7575
@Option(names = {"-a", "--analysis-level"}, description = "Level of analysis to perform. Options: 1 (for just symbol table) or 2 (for call graph). Default: 1")
7676
private static int analysisLevel = 1;
7777

0 commit comments

Comments
 (0)