Skip to content

Commit 5d12cad

Browse files
committed
docs:edit
1 parent 745988f commit 5d12cad

File tree

1 file changed

+3
-1
lines changed
  • packages/web/src/content/docs/docs

1 file changed

+3
-1
lines changed

packages/web/src/content/docs/docs/tui.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,12 +237,14 @@ Unshare current session. [Learn more](/docs/share#un-sharing).
237237

238238
## Bash commands
239239

240-
Start a line with `!` to run a shell command. The output is added to the conversation as a tool result.
240+
Start a message with `!` to run a shell command.
241241

242242
```bash frame="none"
243243
!ls -la
244244
```
245245

246+
The output of the command is added to the conversation as a tool result.
247+
246248
---
247249

248250
## Editor setup

0 commit comments

Comments
 (0)