summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-08-18 13:52:53 -0400
committerJay V <[email protected]>2025-08-18 13:52:53 -0400
commit5d12cadba7d03ca25becd5942cb8a959be1ddf00 (patch)
tree036cfe94952dc4fcc5ba59f77027be3c2f81458b
parent745988f9e31363a12d9d091d4e7a524b07adfc2e (diff)
downloadopencode-5d12cadba7d03ca25becd5942cb8a959be1ddf00.tar.gz
opencode-5d12cadba7d03ca25becd5942cb8a959be1ddf00.zip
docs:edit
-rw-r--r--packages/web/src/content/docs/docs/tui.mdx4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/docs/tui.mdx b/packages/web/src/content/docs/docs/tui.mdx
index 495c174ab..e6ad10162 100644
--- a/packages/web/src/content/docs/docs/tui.mdx
+++ b/packages/web/src/content/docs/docs/tui.mdx
@@ -237,12 +237,14 @@ Unshare current session. [Learn more](/docs/share#un-sharing).
## Bash commands
-Start a line with `!` to run a shell command. The output is added to the conversation as a tool result.
+Start a message with `!` to run a shell command.
```bash frame="none"
!ls -la
```
+The output of the command is added to the conversation as a tool result.
+
---
## Editor setup