Function lal::remove [] [src]

pub fn remove(
    manifest: &Manifest,
    xs: Vec<&str>,
    save: bool,
    savedev: bool
) -> LalResult<()>

Remove specific components from ./INPUT and the manifest.

This takes multiple components strings (without versions), and if the component is found in ./INPUT it is deleted.

If one of save or savedev was set, manifest.json is also updated to remove the specified components from the corresponding dictionary.