pub fn from_path_string(
    path: &str,
    verbose: u8
) -> Result<Configuration, GardenError>
Expand description

Read configuration from a path string. Wraps from_path() to simplify usage.