Function garden::cmds::prune::prune

source ·
pub fn prune(
    config: &Configuration,
    options: &PruneOptions,
    paths: &[String]
) -> Result<i32>
Expand description

Prune the garden config directory to remove trees that are no longer referenced by the garden file. This can be run when branches or trees have been removed.