pub fn parse_action(
settings: &Settings,
yaml: &StrictYaml,
current_dir: &Path,
) -> Result<ExecAction, DotfilesError>Expand description
Static parsing function to build an ExecAction from YAML and settings context
pub fn parse_action(
settings: &Settings,
yaml: &StrictYaml,
current_dir: &Path,
) -> Result<ExecAction, DotfilesError>Static parsing function to build an ExecAction from YAML and settings context