mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-27 09:52:25 +00:00
fix: harden update channel switching
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user