pub fn regenerate_config(
sources: &Sources,
options: RegenerateOptions<'_>,
) -> Result<RegenerationSummary>Expand description
Regenerates the file-backed configuration retained by sources.
Command-line overrides are never consulted. Environment values are either
annotated or explicitly materialized according to options.