alire icon indicating copy to clipboard operation
alire copied to clipboard

Allow overriding of environment/configuration variables from the root crate

Open mosteo opened this issue 8 months ago • 0 comments

Although libraries should not set variables, it makes sense to me to allow the final client of all dependencies, i.e. the root crate, to force override any variable that may have been set (note that environment variables also cause this trouble) in case of conflict.

See e.g. https://github.com/alire-project/alire/issues/1687

mosteo avatar May 28 '24 10:05 mosteo