Skip to content

Commit 4bf863a

Browse files
committedMar 11, 2025
Update reporters list in cli help output
1 parent 8e97007 commit 4bf863a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/knip/src/util/cli-arguments.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Options:
2929
-n, --no-progress Don't show dynamic progress updates (automatically enabled in CI environments)
3030
--preprocessor Preprocess the results before providing it to the reporter(s), can be repeated
3131
--preprocessor-options Pass extra options to the preprocessor (as JSON string, see --reporter-options example)
32-
--reporter Select reporter: symbols, compact, codeowners, json, can be repeated (default: symbols)
32+
--reporter Select reporter: symbols, compact, codeowners, json, codeclimate, markdown, disclosure, can be repeated (default: symbols)
3333
--reporter-options Pass extra options to the reporter (as JSON string, see example)
3434
--tags Include or exclude tagged exports
3535
--no-config-hints Suppress configuration hints

0 commit comments

Comments
 (0)
Please sign in to comment.