summaryrefslogtreecommitdiffhomepage
path: root/packages/web
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-08-13 15:31:39 -0400
committeropencode <[email protected]>2025-08-13 19:33:38 +0000
commitbedeb626b2c5ad0d61e6bcde63e3c828686b6aad (patch)
treebd64de4248a134d3e3cf38a2172666f74008dd91 /packages/web
parenta4c14dbb2da545c18c63df0dae842223da859a09 (diff)
downloadopencode-bedeb626b2c5ad0d61e6bcde63e3c828686b6aad.tar.gz
opencode-bedeb626b2c5ad0d61e6bcde63e3c828686b6aad.zip
docs: fix
Diffstat (limited to 'packages/web')
-rw-r--r--packages/web/src/content/docs/docs/cli.mdx14
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/web/src/content/docs/docs/cli.mdx b/packages/web/src/content/docs/docs/cli.mdx
index 5b027e299..d385274c2 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