Hello and thanks for your great package.
I have a specific use case in which env var is using another names which is different with the name generated by the fig for that field.
Can we add a new feature to achieve this.
Something like this:
type Config struct {
Field int `fig:"field" env:"DIFFERENT_KEY"`
}
This way, the config is loaded from a file using the current approach. But if the DIFFERENT_KEY env is set, its value will be used for this field.