normalize_config

Function normalize_config 

Source
fn normalize_config(
    raw: RawConfig,
    config_path: Option<&Path>,
    base_dir: &Path,
    cwd: &Path,
) -> Result<AtlasMapConfig, AtlasMapError>
Expand description

Normalize raw config into runtime config.