pub fn get_string_array_from_yaml_hash(
    name: &str,
    yaml: &StrictYaml
) -> Result<Vec<String>, DotfilesError>
Expand description

Gets a specific string array setting from a yaml hash

§Errors