Jay V 6 ماه پیش
والد
کامیت
5d12cadba7
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      packages/web/src/content/docs/docs/tui.mdx

+ 3 - 1
packages/web/src/content/docs/docs/tui.mdx

@@ -237,12 +237,14 @@ Unshare current session. [Learn more](/docs/share#un-sharing).
 
 
 ## Bash commands
 ## 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"
 ```bash frame="none"
 !ls -la
 !ls -la
 ```
 ```
 
 
+The output of the command is added to the conversation as a tool result.
+
 ---
 ---
 
 
 ## Editor setup
 ## Editor setup