pub fn parse_all_config_files() -> Result<InstantiatedConfig, ConfigError>Expand description
Find and parse all relevant configuration files for the current invocation.
Multiple configuration files can be detected and parsed.
See find_config_paths() for the order in which configuration files are found and applied.
Configurations specified in a directory will apply to that directory’s contents and all its subdirectories.