added .cmd() as alias for .exec()

This commit is contained in:
Gani Georgiev
2023-10-14 20:08:21 +03:00
parent 866d38caf9
commit 731383a915
5 changed files with 3175 additions and 3135 deletions
+1
View File
@@ -30,6 +30,7 @@
- Added new JSVM bindings:
- `new Cookie({ ... })` constructor for creating `*http.Cookie` equivalent value.
- `new SubscriptionMessage({ ... })` constructor for creating a custom realtime subscription payload.
- Soft-deprecated `$os.exec()` in favour of `$os.cmd()` to make it more clear that the call only prepares the command and doesn't execute it.
## v0.18.10