diff --git a/README.md b/README.md index 6cbd253..8937d3c 100644 --- a/README.md +++ b/README.md @@ -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 [...]` +Prints and executes the command `cmd` with the given args. See `run` for how `args` works. + +### `#cmd [...]` +Executes without printing the command `cmd` with the given args. See `run` for how `args` works. + ### `wildcard ` 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 `*`.