Function garden::config::from_path

source ·
pub fn from_path(
    path: PathBuf,
    root: &str,
    config_verbose: u8,
    parent: Option<ConfigId>
) -> Result<Configuration, GardenError>
Expand description

Read configuration from a path. Wraps new() to make the path required..