GwentAPI / gwentapi

The code for GwentAPI
https://gwentapi.com
BSD 3-Clause "New" or "Revised" License
47 stars 1 forks source link

Implement actual default value for the config file #18

Closed Tri125 closed 7 years ago

Tri125 commented 7 years ago

If they are commented in config.toml, the values aren't actually defaulted, just not initialized.

However, there's a default value when generating a missing config file.

Tri125 commented 7 years ago

I have a working case in e83f901c73de8a329b0c6c77ebf6a23e38d7be73. It needs some comments, refactor, and testing. It's still a bit too hardcoded for my liking.

Tri125 commented 7 years ago

Closing because it's working and I don't see myself coming back to it any time soon.