Skip to main content

load

Function load 

Source
pub fn load() -> Result<AppSettings>
Expand description

Load settings from disk (using the default config path). Returns defaults if file doesn’t exist.

§Errors

Returns an error if the config directory cannot be determined.