DelphiPackageManager / DPM

A Package Manager for Delphi
Apache License 2.0
96 stars 21 forks source link

Make config files a heirachy #4

Open vincentparrett opened 4 years ago

vincentparrett commented 4 years ago

Currently, local (project folder) config files override the global config in total, ie the the global config is then ignored. But what if you only want to override one setting (like the package cache location)?

This will need some time to bake, the code currently figures out the config file to use up front and then that is passed in everywhere.