mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 08:11:38 +00:00
Protocol: switch node.invoke screen.* to canvas.*
This commit is contained in:
@@ -347,7 +347,7 @@ export function registerNodesCli(program: Command) {
|
||||
.requiredOption("--node <idOrNameOrIp>", "Node id, name, or IP")
|
||||
.requiredOption(
|
||||
"--command <command>",
|
||||
"Command (e.g. screen.eval or canvas.eval)",
|
||||
"Command (e.g. canvas.eval)",
|
||||
)
|
||||
.option("--params <json>", "JSON object string for params", "{}")
|
||||
.option(
|
||||
|
||||
Reference in New Issue
Block a user