This project is archived and is in readonly mode.
[PATCH] display generator usage both before and after long options/help/usage paragraphs
Reported by Lenary | January 17th, 2010 @ 04:15 PM
In rails, the generators have nice long documentation for all the script/generate actions. This is good. what is not good is having to scroll up through it to see exactly what order everything has to be in with respect to names, arguments and options.
This fix adds the banner to the bottom again so that it is easier for people to see this information when just checking it
Comments and changes to this ticket
-
Rohit Arondekar October 8th, 2010 @ 03:11 AM
- State changed from new to wontfix
- Importance changed from to Low
I don't like this. It's pretty standard to have usage on top. You can also do
rails g scaffold --help | less
to scroll step by step.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>