Skip to content

Commit 15e9b10

Browse files
committed
add metacallcli README
1 parent 6fe0811 commit 15e9b10

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

source/cli/metacallcli/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# MetaCall CLI
2+
3+
## Currently Available Commands
4+
5+
**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
12+
- `exit`: Exit from MetaCall CLI
13+
- `help`: Show help for MetaCall CLI

0 commit comments

Comments
 (0)