From bedeb626b2c5ad0d61e6bcde63e3c828686b6aad Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Wed, 13 Aug 2025 15:31:39 -0400 Subject: [PATCH] docs: fix --- packages/web/src/content/docs/docs/cli.mdx | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/packages/web/src/content/docs/docs/cli.mdx b/packages/web/src/content/docs/docs/cli.mdx index 5b027e29..d385274c 100644 --- a/packages/web/src/content/docs/docs/cli.mdx +++ b/packages/web/src/content/docs/docs/cli.mdx @@ -103,20 +103,6 @@ Start a line with `!` to run a shell command. The output is added to the convers !ls -la ``` -Commands run in your session's working directory and share state across runs. Environment variables and directory changes persist while the session is open. - -```bash frame="none" -!export FOO=bar -!echo $FOO -``` - -Chain commands with `&&` or `;`, and quote paths with spaces. Use absolute paths when possible for reliability. - -```bash frame="none" -!npm install && npm test -!python "/path/with spaces/script.py" -``` - --- ### Editor setup