From dcda1f6128e9100054da0196c1cd35266b37b178 Mon Sep 17 00:00:00 2001 From: Vasilii A <3757319+vsn4ik@users.noreply.github.com> Date: Sun, 28 Apr 2024 06:56:10 +0300 Subject: [PATCH] fix(cli): update `--format` documentation (#3118) Refs: #3039 #3044 --- npm/oxlint/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/oxlint/README.md b/npm/oxlint/README.md index d4f47929b..45588f6dd 100644 --- a/npm/oxlint/README.md +++ b/npm/oxlint/README.md @@ -93,7 +93,7 @@ Handle Warnings your project Output - -f, --format=ARG Use a specific output format (default, json) + -f, --format=ARG Use a specific output format (default, json, checkstyle, unix) Miscellaneous --threads=INT Number of threads to use. Set to 1 for using only 1 CPU core