fix: harden update channel switching

This commit is contained in:
Peter Steinberger
2026-03-22 15:01:12 -07:00
parent 601f560682
commit e06b8d3e62
8 changed files with 305 additions and 13 deletions

View File

@@ -32,6 +32,7 @@ function inheritedUpdateTimeout(
}
export function registerUpdateCli(program: Command) {
program.enablePositionalOptions();
const update = program
.command("update")
.description("Update OpenClaw and inspect update channel status")