File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ format and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
1919
2020### Documentation
2121- Document installation command and provide docs.rs, source code, and issue tracker links near the top of README
22+ - Remove mention of deprecated ` -r ` flag from README
2223
2324## [ 0.1.5] - 2025-07-15
2425
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ cargo install keepsorted
2525- ` keepsorted --check <path> ` verifies sorting without modifying files.
2626- ` keepsorted --diff <path> ` shows a diff of required changes.
2727- ` keepsorted --fix <path> ` updates files in place.
28- - Use ` -r ` to scan directories recursively.
2928
3029Run ` keepsorted --check ` in CI after filtering tracked files with
3130` git ls-files ` to prevent unsorted changes.
You can’t perform that action at this time.
0 commit comments