Skip to content

Commit 0e047f2

Browse files
committed
docs
1 parent 5fe0593 commit 0e047f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- Improved flaky test #150
66
- Obfuscate env vars in /doctor.
77
- Bump clj-otel to 0.2.10
8-
- Add $ARGUMENTS placeholder alias for custom commands.
8+
- Rename $ARGS to $ARGUMENTS placeholder alias for custom commands.
99

1010
## 0.66.1
1111

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Placeholders in the format `{{argument_name}}` within the `command` string will
260260
## Custom command prompts
261261

262262
You can configure custom command prompts for project, global or via `commands` config pointing to the path of the commands.
263-
Prompts can use variables like `$ARGS`, `$ARG1`, `ARG2`, to replace in the prompt during command call.
263+
Prompts can use variables like `$ARGUMENTS`, `$ARG1`, `ARG2`, to replace in the prompt during command call.
264264

265265
=== "Local custom commands"
266266

0 commit comments

Comments
 (0)