Skip to content

Commit b126263

Browse files
alerizzoCopilot
andauthored
Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 62a0009 commit b126263

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ Runs all configured tools, or a specific tool, on your codebase.
9494

9595
```bash
9696
# Run all tools
97-
tcodacy-cli analyze
97+
codacy-cli analyze
9898

9999
# Run a specific tool (e.g., ESLint)
100100
codacy-cli analyze --tool eslint
101101

102102
# Output results in SARIF format
103-
tcodacy-cli analyze --tool eslint --format sarif
103+
codacy-cli analyze --tool eslint --format sarif
104104

105105
# Store results as SARIF in a file
106106
codacy-cli analyze -t eslint --format sarif -o eslint.sarif

0 commit comments

Comments
 (0)