From 2bc633a0547fc90017dd60c307f3094f8460dd5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Costa?= Date: Thu, 23 May 2024 18:06:18 +0100 Subject: [PATCH] Add missing flag to analyze command on the readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78e29ce..e0539f7 100644 --- a/README.md +++ b/README.md @@ -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