jweslley / rails_completion

Bash completion support for Ruby on Rails.
Other
105 stars 16 forks source link

Missing '--help' to generators options #6

Closed mdesantis closed 12 years ago

mdesantis commented 13 years ago

Hello,

I often use rails g scaffold --help, for example.

Seen that every generator has --help option, I pushed it in the options array of every generator... of course, feel free to implement it as you wish :)

Cheers

jweslley commented 13 years ago

@ProGNOMmers, just type rails g scaffold instead of rails g scaffold --help to show the help message. :D

mdesantis commented 13 years ago

rails g scaffold --help was an example :)

I meant that when you write rails g scaffold<TAB><TAB> there is no --help option. Sorry for my english :/