Function garden::config::from_path[][src]

pub fn from_path(
    path: PathBuf,
    root: &str,
    verbose: bool,
    parent: Option<ConfigId>
) -> Result<Configuration, GardenError>
Expand description

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