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 overlays add or replace leaves and extend nested groups. Used for --extra-spec / --stdin-spec fragments.