File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/web/src/content/docs/docs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Run the command with arguments:
59
59
60
60
## Inject shell output
61
61
62
- Use ` ! command` to inject shell command output into your prompt.
62
+ Use ! ` command ` to inject shell command output into your prompt.
63
63
64
64
Create ` .opencode/command/analyze-coverage.md ` :
65
65
@@ -69,7 +69,7 @@ description: Analyze test coverage
69
69
---
70
70
71
71
Here are the current test results:
72
- `! npm test`
72
+ !` npm test`
73
73
74
74
Based on these results, suggest improvements to increase coverage.
75
75
```
@@ -82,7 +82,7 @@ description: Review recent changes
82
82
---
83
83
84
84
Recent git commits:
85
- `! git log --oneline -10`
85
+ !` git log --oneline -10`
86
86
87
87
Review these changes and suggest any improvements.
88
88
```
You can’t perform that action at this time.
0 commit comments