asok / projectile-rails

Emacs Rails mode based on projectile
258 stars 59 forks source link

support options completion in projectile-rails commands #86

Open stardiviner opened 8 years ago

stardiviner commented 8 years ago

For example: command projectile-rails-generate support completing sub-command like model, controller etc. I hope projectile-rails can complete options like --skip-migration too.

asok commented 8 years ago

It's a good idea. Give me some time to implement it. Also, PRs are welcome :)

stardiviner commented 8 years ago

That's great. Thanks.