Skip to main content

parse_action_list

Function parse_action_list 

Source
pub fn parse_action_list(
    settings: &Settings,
    yaml: &StrictYaml,
    _current_dir: &Path,
) -> Result<Vec<AptAction>, DotfilesError>
Expand description

Static parsing function to build a list of AptActions from YAML and settings context