pub fn select_home_config_path(
defaults_provider: &dyn ConfigDefaultsProvider,
config_file_name: &str,
) -> Option<PathBuf>Expand description
Selects the home directory configuration path from the defaults provider or falls back to the system home directory.