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 11## [ Unreleased]
22
3+ - Add ` --only ` option to only include specific files or directories in the diff.
4+
35## [ 0.5.0] - 2025-03-10
46
57- 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.
9696rails-diff generated scaffold Post --skip app/views app/helpers
9797```
9898
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+
99107#### --clear-cache/--no-cache
100108
101109Clear 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