pub fn parse_action_list(
context_settings: &Settings,
yaml: &StrictYaml,
_current_dir: &Path,
) -> Result<Vec<BrewAction>, DotfilesError>Expand description
Static parsing function to build a list of BrewActions from YAML and settings context