We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333478d commit e8cd6f4Copy full SHA for e8cd6f4
src/doc/src/reference/config.md
@@ -59,6 +59,7 @@ c = "check"
59
t = "test"
60
r = "run"
61
rr = "run --release"
62
+recursive_example = "rr --example recursions"
63
space_example = ["run", "--release", "--", "\"command list\""]
64
65
[build]
@@ -335,6 +336,14 @@ r = "run"
335
336
337
Aliases are not allowed to redefine existing built-in commands.
338
339
+Aliases are recursive:
340
+
341
+```toml
342
+[alias]
343
+rr = "run --release"
344
345
+```
346
347
#### `[build]`
348
349
The `[build]` table controls build-time operations and compiler settings.
0 commit comments