fix(worktrees): preserve active removal authority (#126174)

This commit is contained in:
Peter Steinberger
2026-08-18 21:21:25 -07:00
committed by GitHub
parent 8c3b3c6ea8
commit b4a720ff1e
16 changed files with 189 additions and 61 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ export function registerWorktreesCli(program: Command): void {
const result = await managedWorktrees.remove({
id,
reason: "manual-delete",
force: opts.force,
allowSnapshotLoss: opts.force,
});
if (opts.json) {
printJson(result);