@@ -77,16 +77,16 @@ To view the available options and commands, run `codeanalyzer --help`. You shoul
7777
7878
7979╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
80- │ * --input -i PATH Path to the project root directory. [default: None] [required] │
81- │ --output -o PATH Output directory for artifacts. [default: None] │
82- │ --format -f [json| msgpack] Output format: json or msgpack. [default: json] │
83- │ --analysis-level -a INTEGER 1: symbol table, 2: call graph. [default: 1] │
84- │ --codeql --no-codeql Enable CodeQL-based analysis. [default: no-codeql] │
85- │ --eager --lazy Enable eager or lazy analysis. Defaults to lazy. [default: lazy] │
86- │ --cache-dir -c PATH Directory to store analysis cache. [default: None] │
87- │ --clear-cache --keep-cache Clear cache after analysis. [default: clear-cache] │
88- │ -v INTEGER Increase verbosity: -v, -vv, -vvv [default: 0] │
89- │ --help Show this message and exit. │
80+ │ * --input -i PATH Path to the project root directory. [default: None] [required] │
81+ │ --output -o PATH Output directory for artifacts. [default: None] │
82+ │ --format -f [json| msgpack] Output format: json or msgpack. [default: json] │
83+ │ --analysis-level -a INTEGER 1: symbol table, 2: call graph. [default: 1] │
84+ │ --codeql --no-codeql Enable CodeQL-based analysis. [default: no-codeql] │
85+ │ --eager --lazy Enable eager or lazy analysis. Defaults to lazy. [default: lazy] │
86+ │ --cache-dir -c PATH Directory to store analysis cache. [default: None] │
87+ │ --clear-cache --keep-cache Clear cache after analysis. [default: clear-cache] │
88+ │ -v INTEGER Increase verbosity: -v, -vv, -vvv [default: 0] │
89+ │ --help Show this message and exit. │
9090╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
9191```
9292
0 commit comments