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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2114,6 +2114,7 @@ change their behavior.
2114
2114
|`[doc(DOC)]`<sup>1.27.0</sup> | module, recipe | Set recipe or module's [documentation comment](#documentation-comments) to `DOC`. |
2115
2115
|`[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. |
2116
2116
|`[group(NAME)]`<sup>1.27.0</sup> | module, recipe | Put recipe or module in in [group](#groups)`NAME`. |
2117
+
|`[android]`<sup>1.43.0</sup> | recipe | Enable recipe on Android. |
2117
2118
|`[linux]`<sup>1.8.0</sup> | recipe | Enable recipe on Linux. |
2118
2119
|`[macos]`<sup>1.8.0</sup> | recipe | Enable recipe on MacOS. |
2119
2120
|`[metadata(METADATA)]`<sup>1.42.0</sup> | recipe | Attach `METADATA` to recipe. |
0 commit comments