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
Currently we support default-values for configuration values.
Do we want to support these in the future?
Alternatives
There might be an opportunity to have default-values via some "config value source" mechanism (from #323).
The idea would be that a user might provide a "Source" object that returns their default values. This way there wouldn't be a need for default-value support from the crate.
The text was updated successfully, but these errors were encountered:
This would be great to have as a source. Often, CLI apps work without any config due to default settings. With this as a source, we can ensure our CLI apps (or server applications and what not) work without having the user sifting through config explanations and can try out the project quickly.
Currently we support default-values for configuration values.
Do we want to support these in the future?
Alternatives
There might be an opportunity to have default-values via some "config value source" mechanism (from #323).
The idea would be that a user might provide a "Source" object that returns their default values. This way there wouldn't be a need for default-value support from the crate.
The text was updated successfully, but these errors were encountered: