Overlaying configurations
edupo opened this issue · 1 comments
edupo commented
I have a use case where I want to overlay configurations. By overlay I mean loading several configs from files named but those are in different paths:
Some config is on %APPDATA%
and some other will be on the cwd
.
I found a way implementing my own helper method to load and merge in sequentially different files, but I'm wondering why this isn't a feature.
What do you think?