Skip to content

Commit

Permalink
Add missing flag to analyze command on the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoCostaCodacy committed May 23, 2024
1 parent 4f30d58 commit 2bc633a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ codacy-cli-v2 analyze --tool eslint
Alternatively, you can store the results as SARIF to a file:

```bash
codacy-cli-v2 analyze eslint -o eslint.sarif
codacy-cli-v2 analyze -t eslint -o eslint.sarif
```

## Example repo
Expand Down

0 comments on commit 2bc633a

Please sign in to comment.