Skip to content

Commit 1d59ffc

Browse files
authored
Fix formatting for command options in README
1 parent a1a3ca0 commit 1d59ffc

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)