You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would allow other code using this as a library to use viper for its config without sharing the key names.
For example, one could configure ficsit-cli in viper.Sub("ficsit") and pass that viper instance to ficsit-cli, and then use viper.Sub("my-app") for its own config that can be saved/loaded from config files separately.
Suggested by @mircearoata
The text was updated successfully, but these errors were encountered: