Commit 9d7b93f
committed
feat: add _args template variable for numbered list of all positional args
Example: md list.claude.md "apple" "banana" "cherry"
With body containing {{ _args }} produces:
1. apple
2. banana
3. cherry1 parent e37505d commit 9d7b93f
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
402 | 406 | | |
403 | 407 | | |
404 | 408 | | |
| |||
0 commit comments