mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 15:34:31 +00:00
refactor: normalize cli command hints
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
*/
|
||||
|
||||
import type { SandboxBrowserInfo, SandboxContainerInfo } from "../agents/sandbox.js";
|
||||
import { formatCliCommand } from "../cli/command-format.js";
|
||||
import type { RuntimeEnv } from "../runtime.js";
|
||||
import {
|
||||
formatAge,
|
||||
@@ -88,7 +89,9 @@ export function displaySummary(
|
||||
|
||||
if (mismatchCount > 0) {
|
||||
runtime.log(`\n⚠️ ${mismatchCount} container(s) with image mismatch detected.`);
|
||||
runtime.log(` Run 'clawdbot sandbox recreate --all' to update all containers.`);
|
||||
runtime.log(
|
||||
` Run '${formatCliCommand("clawdbot sandbox recreate --all")}' to update all containers.`,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user