From cc54ef85e16049d267171ca330656cf9f5798dd0 Mon Sep 17 00:00:00 2001 From: Space-Banane Date: Fri, 27 Mar 2026 16:56:54 +0100 Subject: [PATCH] fix: update command syntax for function execution in documentation --- OpenclawSkill.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenclawSkill.md b/OpenclawSkill.md index 46ae77a..898240c 100644 --- a/OpenclawSkill.md +++ b/OpenclawSkill.md @@ -33,7 +33,7 @@ this will check the health, and if not setup, it will prompt you to set up the C - `shsf get namespace `: Get details of a specific namespace by its ID - `shsf get trigger `: Get details of a specific trigger from a function. -- `shsf execute --id [--payload ] [--no-stream]`: Execute a function and stream the output (debug/internal). +- `shsf function execute --id [--payload ] [--no-stream]`: Execute a function and stream the output (debug/internal). - `shsf storage create --name --purpose `: Create a new storage. - `shsf storage delete --name `: Delete a storage.