Skip to content

Commit 6e8294f

Browse files
committed
reorder help command and reword About
1 parent 38891c2 commit 6e8294f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/cli/metacallcli/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
# MetaCall CLI
22

33
## About
4-
The MetaCall CLI is the Command Line Interface to MetaCall. It supports all MetaCall functionalities such as loading, calling, awaiting scripts etc.
4+
5+
MetaCall provides a Command Line Interface which supports all MetaCall functionalities such as loading, calling, awaiting scripts.
56

67
Use the `metacall` command in your shell after [installing](https://github.com/metacall/install) MetaCall to launch the CLI.
78

89
## Currently Available Commands
910

10-
**Use the `help` command to see the usage of a particular command.**
11-
11+
- `help`: Show help for MetaCall CLI (**Use this command to see the usage of a particular command**)
1212
- `load`: Load a script from file into MetaCall
1313
- `inspect`: Show all runtimes, modules and functions (with their signature) loaded into MetaCall
1414
- `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`)
1515
- `await`: Await an async function previously loaded in MetaCall
1616
- `clear`: Delete a script previously loaded in MetaCall
1717
- `exit`: Exit from MetaCall CLI
18-
- `help`: Show help for MetaCall CLI

0 commit comments

Comments
 (0)