pub fn load_config_store(
explicit_path: Option<&Path>,
) -> Result<LoadedConfigStore, ConfigStoreError>Expand description
Load the path-aware TOML config store using real environment-based auto-discovery.
pub fn load_config_store(
explicit_path: Option<&Path>,
) -> Result<LoadedConfigStore, ConfigStoreError>Load the path-aware TOML config store using real environment-based auto-discovery.