chaps-io / gush

Fast and distributed workflow runner using ActiveJob and Redis
MIT License
1.04k stars 103 forks source link

Use Thor for handling CLI tasks #1

Closed krzyzak closed 10 years ago

krzyzak commented 10 years ago

I find handling CLI tasks by yourself as an overkill. Instead, using well known Thor seems to be much better approach.

pokonski commented 10 years ago

Awesome :dancers: