Skip to main content

load

Function load 

Source
pub fn load() -> Result<Config, Error>
Expand description

Load config from the current working directory (walking upward).

ยงErrors

Returns an error if a config file exists but cannot be read or parsed.