You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Option(names = {"-i", "--input"}, description = "Path to the project root directory.")
@@ -62,6 +69,7 @@ public class CodeAnalyzer implements Runnable {
62
69
@Option(names = {"--no-build"}, description = "Do not build your application. Use this option if you have already built your application.")
63
70
privatestaticbooleannoBuild = false;
64
71
72
+
65
73
@Option(names = {"-a", "--analysis-level"}, description = "Level of analysis to perform. Options: 1 (for just symbol table) or 2 (for call graph). Default: 1")
66
74
privatestaticintanalysisLevel = 1;
67
75
@@ -70,7 +78,6 @@ public class CodeAnalyzer implements Runnable {
0 commit comments