mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 06:20:29 +00:00
docs:edit
This commit is contained in:
parent
745988f9e3
commit
5d12cadba7
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue