File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ All rake tasks support the following options:
7676# Table format (default)
7777bin/rails callback_hell:callbacks format=table
7878
79- # Line format: detailed per-callback breakdown, useful for debugging
79+ # Line format: detailed per-callback breakdown
8080bin/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
113113bin/rails ch mode=default
114114
115- # Full mode - includes Rails internals and associations
115+ # Full mode: includes Rails internals and associations
116116bin/rails ch mode=full
117117```
118118
You can’t perform that action at this time.
0 commit comments