pub fn load_config() -> Result<(ConfigManager, ConfigFile)>Expand description
Loads the configuration file.
Returns defaults if the config file doesn’t exist. Fails if the config file exists but is invalid or unreadable.
pub fn load_config() -> Result<(ConfigManager, ConfigFile)>Loads the configuration file.
Returns defaults if the config file doesn’t exist. Fails if the config file exists but is invalid or unreadable.