Make env a valid feeder
Closed this issue · 4 comments
amirrezaask commented
I think it's better to have a simpler approach to Env variables and treat env as a feeder, not a seperate concept.
miladrahimi commented
I'm absolutely agree!
The constructor also should get multiple feeders instead of that config struct!
Env feeders can load data to OS!
amirrezaask commented
I will try to make env a feeder as well in a branch I will do a PR when completed
amirrezaask commented
@miladrahimi #22 it's a WIP but take a look.
miladrahimi commented
Looks good man ;)