Skip to content

Commit 8042060

Browse files
committed
docs
1 parent 2ae0203 commit 8042060

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/configuration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)