1
0
mirror of https://github.com/natnat-mc/moonbuild synced 2026-05-27 17:39:41 +02:00

added - and # to README.md

This commit is contained in:
Nathan DECHER
2020-05-10 20:13:12 +02:00
parent 0113de4546
commit c455f2c873
+6
View File
@@ -34,6 +34,12 @@ If `name` is a glob, the target becomes a glob target.
Glob targets can be used with name that matches them (with a limit of one glob target per name, and no ordering is specified).
Glob targets will have their name substituted for their inputs, outputs and dependancies.
### `-cmd [<args>...]`
Prints and executes the command `cmd` with the given args. See `run` for how `args` works.
### `#cmd [<args>...]`
Executes without printing the command `cmd` with the given args. See `run` for how `args` works.
### `wildcard <wc>`
Returns a table with all the matching files. Valid wildcards contain either `**`, which can be expanded by any characters, including '/', or `*`, which cannot be expanded by `/`. Wildcards can only contain one `**` or `*`.