pub fn get_optional_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, but if it is not found it returns an empty array.

§Errors