Skip to content

Commit c507913

Browse files
CLI: describe the slug placeholder (#582)
1 parent a563c7d commit c507913

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

building/tooling/cli.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ You can add support for your language by adding an entry to that [configuration
1010

1111
### Test command placeholders
1212

13-
There are two placeholders that can be used in the track-specific command:
13+
There are three placeholders that can be used in the track-specific command:
1414

1515
- `{{test_files}}`: a space-separated list of the test files (as found in the `.files.test` key in the exercise's `.meta/config.json` file)
1616
- `{{solution_files}}`: a space-separated list of the solution files (as found in the `.files.solution` key in the exercise's `.meta/config.json` file)
17+
- `{{slug}}`: the exercise slug (as found in the exercise's `slug` key in the tracks's root `config.json` file)
1718

1819
Here is an [example pull request][example-pr] that adds support for the Arturo language.
1920

0 commit comments

Comments
 (0)