pub fn worktree_remove(dir: &Path, path: &Path, force: bool) -> Result<()>
Remove a worktree synchronously (git worktree remove [--force] <path>).
git worktree remove [--force] <path>