From e56fe906c9b8abff4c2f19f7c81943c6ee6995b1 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Wed, 2 Apr 2025 14:01:52 +0000 Subject: [PATCH 1/4] help cli for scripts --- .../content/docs/reference/cli/commands.md | 16 ++++++++- packages/cli/src/cli.ts | 14 +++++++- packages/cli/src/run.ts | 8 +---- packages/cli/src/scripts.ts | 36 ++++++++++++++++++- packages/core/src/schema.ts | 4 +-- packages/core/src/types/prompt_template.d.ts | 12 +++---- 6 files changed, 72 insertions(+), 18 deletions(-) diff --git a/docs/src/content/docs/reference/cli/commands.md b/docs/src/content/docs/reference/cli/commands.md index 145ae5bce8..00ab6e850e 100644 --- a/docs/src/content/docs/reference/cli/commands.md +++ b/docs/src/content/docs/reference/cli/commands.md @@ -266,7 +266,7 @@ Commands: folder to enable type checking. compile [folders...] Compile all scripts in workspace model [options] [script] List model connection information for scripts - help [command] display help for command + help|info