mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
rails: fix rendering issue in README (#8410)
This commit is contained in:
parent
68c4c06283
commit
d4f32e9f3a
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ plugins=(... rails)
|
|||
| `rlc` | `rake log:clear` | Clear Rails logs |
|
||||
| `rn` | `rake notes` | Search for notes (`FIXME`, `TODO`) in code comments |
|
||||
| `rr` | `rake routes` | List all defined routes |
|
||||
| `rrg` | `rake routes | grep` | List and filter the defined routes |
|
||||
| `rrg` | `rake routes \| grep` | List and filter the defined routes |
|
||||
| `rt` | `rake test` | Run Rails tests |
|
||||
| `rmd` | `rake middleware` | Interact with Rails middlewares |
|
||||
| `rsts` | `rake stats` | Print code statistics |
|
||||
|
|
Loading…
Reference in a new issue