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
**Use the `help` command to see the usage of a particular command.**
6
+
7
+
-`load`: Load a script from file into MetaCall
8
+
-`inspect`: Show all runtimes, modules and functions (with their signature) loaded into MetaCall
9
+
-`call`: Call a function previously loaded in MetaCall (Note: For `js` and `py` functions that do not return anything, the default return value is a `null`)
10
+
-`await`: Await an async function previously loaded in MetaCall
11
+
-`clear`: Delete a script previously loaded in MetaCall
0 commit comments