pub fn remove(
volume_root: &Path,
run_id: &str,
mode: RemoveMode,
) -> Result<(), Error>Expand description
Remove a per-run worktree via git worktree remove.
RemoveMode::Force passes --force to git, allowing removal of a
worktree that has uncommitted changes or is locked.