Skip to content

Commit bcfd37a

Browse files
committed
Fix README.
Agentic editing: never again
1 parent 77947cd commit bcfd37a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ All rake tasks support the following options:
7676
# Table format (default)
7777
bin/rails callback_hell:callbacks format=table
7878

79-
# Line format: detailed per-callback breakdown, useful for debugging
79+
# Line format: detailed per-callback breakdown
8080
bin/rails callback_hell:callbacks format=line
8181

8282
# GitHub Actions format for CI/CD
@@ -100,19 +100,19 @@ bin/rails ch model=Admin::User
100100

101101
```bash
102102
# Sort by callback count (default)
103-
bin/rails ch sort=size:desc
103+
bin/rails ch sort=total
104104

105105
# Sort alphabetically
106-
bin/rails ch sort=name:asc
106+
bin/rails ch sort=name
107107
```
108108

109109
#### Analysis modes
110110

111111
```bash
112-
# Default mode - your callbacks only
112+
# Default mode: your callbacks only
113113
bin/rails ch mode=default
114114

115-
# Full mode - includes Rails internals and associations
115+
# Full mode: includes Rails internals and associations
116116
bin/rails ch mode=full
117117
```
118118

0 commit comments

Comments
 (0)