File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -276,6 +276,8 @@ You can configure in multiple different ways:
276276 ```markdown title=".eca/commands/check-performance.md"
277277 Check for performance issues in $ARG1 and optimize if needed.
278278 ```
279+
280+ ECA will make available a `/check-performance` command after creating that file.
279281
280282=== "Global custom commands"
281283
@@ -284,6 +286,8 @@ You can configure in multiple different ways:
284286 ```markdown title="~/.config/eca/commands/check-performance.md"
285287 Check for performance issues in $ARG1 and optimize if needed.
286288 ```
289+
290+ ECA will make available a `/check-performance` command after creating that file.
287291
288292=== "Config"
289293
@@ -294,6 +298,8 @@ You can configure in multiple different ways:
294298 "commands": [{"path": "my-custom-prompt.md"}]
295299 }
296300 ```
301+
302+ ECA will make available a `/my-custom-prompt` command after creating that file.
297303
298304## Rules
299305
You can’t perform that action at this time.
0 commit comments