mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-29 17:05:15 +00:00
fix(cli): preserve explicit command intent
This commit is contained in:
@@ -131,7 +131,7 @@ ${theme.muted("Docs:")} ${formatDocsLink("/cli/update", "docs.openclaw.ai/cli/up
|
||||
channel: opts.channel as string | undefined,
|
||||
timeout: inheritedUpdateTimeout(opts, command),
|
||||
yes: Boolean(opts.yes),
|
||||
restart: Boolean(opts.restart),
|
||||
restart: false,
|
||||
});
|
||||
} catch (err) {
|
||||
defaultRuntime.error(String(err));
|
||||
|
||||
Reference in New Issue
Block a user