Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit d9f7d35

Browse files
authored
Update README.md
1 parent cae483a commit d9f7d35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ The package can be used as CLI and supports multiple commands:
120120
| ------------------ | --------------------------------------------------------- | --------------------------------------------------------- |
121121
| analyze | dart run dart_code_metrics:metrics analyze lib | Reports code metrics, rules and anti-patterns violations. |
122122
| check-unused-files | dart run dart_code_metrics:metrics check-unused-files lib | Checks unused \*.dart files. |
123-
| check-unused-l10n | dart run dart_code_metrics:metrics check-unused-l10n lib | Check unused localization in *.dart files. |
123+
| check-unused-l10n | dart run dart_code_metrics:metrics check-unused-l10n lib | Check unused localization in \*.dart files. |
124+
| check-unused-code | dart run dart_code_metrics:metrics check-unused-code lib | Checks unused code in \*.dart files. |
124125

125126
For additional help on any of the commands, enter `dart run dart_code_metrics:metrics help <command>`
126127

0 commit comments

Comments
 (0)