begriffs / styleguide_rails

generate a living styleguide with one command
MIT License
69 stars 10 forks source link

Generator default task should display help text #11

Open mathias opened 11 years ago

mathias commented 11 years ago

Like running rails g controller shows how to generate a controller and all of its options, rails g styleguide should also display help text and list the sub-commands that can be run.

begriffs commented 11 years ago

Note for anyone who wants to tackle this, the task is now called styleguide:install rather than styleguide.