File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
## [ Unreleased]
2
2
3
+ - Add ` --only ` option to only include specific files or directories in the diff.
4
+
3
5
## [ 0.5.0] - 2025-03-10
4
6
5
7
- Don't abort process on bundle check failure.
Original file line number Diff line number Diff line change @@ -96,6 +96,14 @@ Skip specific files or directories during the diff.
96
96
rails-diff generated scaffold Post --skip app/views app/helpers
97
97
```
98
98
99
+ #### --only <files/directories>
100
+
101
+ Only include specific files or directories in the diff.
102
+
103
+ ``` bash
104
+ rails-diff generated scaffold Post --only app/models app/controllers
105
+ ```
106
+
99
107
#### --clear-cache/--no-cache
100
108
101
109
Clear the cache directory to force cloning Rails and regenerating the Rails template app.
You can’t perform that action at this time.
0 commit comments