You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`[default]`<sup>1.43.0</sup> | recipe | Use recipe as module's default recipe. |
2144
2144
|`[doc(DOC)]`<sup>1.27.0</sup> | module, recipe | Set recipe or module's [documentation comment](#documentation-comments) to `DOC`. |
2145
+
|`[dragonfly]`<sup>master</sup> | recipe | Enable recipe on DragonFly BSD. |
2145
2146
|`[env(ENV_VAR, VALUE)]` <sup>master</sup> | recipe | Set environment variables for recipe. |
2146
2147
|`[extension(EXT)]`<sup>1.32.0</sup> | recipe | Set shebang recipe script's file extension to `EXT`. `EXT` should include a period if one is desired. |
2148
+
|`[freebsd]`<sup>master</sup> | recipe | Enable recipe on FreeBSD. |
2147
2149
|`[group(NAME)]`<sup>1.27.0</sup> | module, recipe | Put recipe or module in [group](#groups)`NAME`. |
2148
2150
|`[linux]`<sup>1.8.0</sup> | recipe | Enable recipe on Linux. |
2149
2151
|`[macos]`<sup>1.8.0</sup> | recipe | Enable recipe on MacOS. |
2150
2152
|`[metadata(METADATA)]`<sup>1.42.0</sup> | recipe | Attach `METADATA` to recipe. |
2153
+
|`[netbsd]`<sup>master</sup> | recipe | Enable recipe on NetBSD. |
|`[no-exit-message]`<sup>1.7.0</sup> | recipe | Don't print an error message if recipe fails. |
2153
2156
|`[no-quiet]`<sup>1.23.0</sup> | recipe | Override globally quiet recipes and always echo out the recipe. |
2154
2157
|`[openbsd]`<sup>1.38.0</sup> | recipe | Enable recipe on OpenBSD. |
2155
2158
|`[parallel]`<sup>1.42.0</sup> | recipe | Run this recipe's dependencies in parallel. |
2156
2159
|`[positional-arguments]`<sup>1.29.0</sup> | recipe | Turn on [positional arguments](#positional-arguments) for this recipe. |
2157
2160
|`[private]`<sup>1.10.0</sup> | alias, recipe | Make recipe, alias, or variable private. See [Private Recipes](#private-recipes). |
2158
-
|`[script]`<sup>1.33.0</sup> | recipe | Execute recipe as script. See [script recipes](#script-recipes) for more details. |
2159
2161
|`[script(COMMAND)]`<sup>1.32.0</sup> | recipe | Execute recipe as a script interpreted by `COMMAND`. See [script recipes](#script-recipes) for more details. |
2162
+
|`[script]`<sup>1.33.0</sup> | recipe | Execute recipe as script. See [script recipes](#script-recipes) for more details. |
|`[windows]`<sup>1.8.0</sup> | recipe | Enable recipe on Windows. |
2162
2165
|`[working-directory(PATH)]`<sup>1.38.0</sup> | recipe | Set recipe working directory. `PATH` may be relative or absolute. If relative, it is interpreted relative to the default working directory. |
0 commit comments