From fe86ec675d5d6c58aca4f6be5b0807c4f8cea99f Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Wed, 3 Apr 2024 15:14:47 +0000 Subject: [PATCH] docs --- .../getting-started/automating-scripts.mdx | 42 ++++++++----------- 1 file changed, 18 insertions(+), 24 deletions(-) diff --git a/docs/src/content/docs/getting-started/automating-scripts.mdx b/docs/src/content/docs/getting-started/automating-scripts.mdx index 50571124c7..6f049cbbd0 100644 --- a/docs/src/content/docs/getting-started/automating-scripts.mdx +++ b/docs/src/content/docs/getting-started/automating-scripts.mdx @@ -5,8 +5,6 @@ sidebar: --- import { FileTree } from '@astrojs/starlight/components'; import { Image } from 'astro:assets'; -import src from '../../../assets/tla-ai-linter.png'; -import alt from "../../../assets/tla-ai-linter.png.txt?raw" Once you have a script that you are happy with, you can automate it using the [command line interface](/genaiscript/reference/cli). @@ -15,10 +13,11 @@ Once you have a script that you are happy with, you can automate it using the [c The basic usage of the CLI is to [run](/genaiscript/reference/cli/run/) a script with a tool name and a list of files. ```sh wrap -npx --yes genaiscript run <...files> +npx --yes genaiscript run