Skip to main content

merge_specs_into

Function merge_specs_into 

Source
pub fn merge_specs_into(base: &mut RootSpec, overlay: RootSpec) -> Result<()>
Expand description

Deep-merge overlay.commands into base, letting included YAML fragments add or replace leaves and extend nested groups.