dgsuarez / reruby

Refactor Ruby
MIT License
35 stars 2 forks source link

Configuration options #10

Closed dgsuarez closed 6 years ago

dgsuarez commented 7 years ago

We already have a Config class to encapsulate configurations, a default configuration and the different Commands are written so that they can receive a Config instance.

What we don't have is a way to specify config options via a config file, or via flags in the CLI.

dgsuarez commented 6 years ago

Solved, we can use config files or CLI options