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
MetaCall provides a Command Line Interface which supports all MetaCall functionalities such as loading, calling, awaiting scripts.
6
+
7
+
Use the `metacall` command in your shell after [installing](https://github.com/metacall/install) MetaCall to launch the CLI.
8
+
9
+
## Currently Available Commands
10
+
11
+
-`help`: Show help for MetaCall CLI (**Use this command to see the usage of a particular command**)
12
+
-`load`: Load a script from file into MetaCall
13
+
-`inspect`: Show all runtimes, modules and functions (with their signature) loaded into MetaCall
14
+
-`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`)
15
+
-`await`: Await an async function previously loaded in MetaCall
16
+
-`clear`: Delete a script previously loaded in MetaCall
0 commit comments