chaps-io / gush

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

Update CLI gushfile method to use configuration #12

Closed Keqi closed 8 years ago

Keqi commented 8 years ago

CLI class build configuration hash basing on given options or default values. In this manner we can require Gushfile from configuration path instead of relying on options which might not be passed.

pokonski commented 8 years ago

:+1: