Skip to content

Commit 315c366

Browse files
authored
docs: fix shell examples (#2236)
1 parent 5d68a7c commit 315c366

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Run the command with arguments:
5959

6060
## Inject shell output
6161

62-
Use `!command` to inject shell command output into your prompt.
62+
Use !`command` to inject shell command output into your prompt.
6363

6464
Create `.opencode/command/analyze-coverage.md`:
6565

@@ -69,7 +69,7 @@ description: Analyze test coverage
6969
---
7070

7171
Here are the current test results:
72-
`!npm test`
72+
!`npm test`
7373

7474
Based on these results, suggest improvements to increase coverage.
7575
```
@@ -82,7 +82,7 @@ description: Review recent changes
8282
---
8383

8484
Recent git commits:
85-
`!git log --oneline -10`
85+
!`git log --oneline -10`
8686

8787
Review these changes and suggest any improvements.
8888
```

0 commit comments

Comments
 (0)