MetaCall provides a Command Line Interface which supports all MetaCall functionalities such as loading, calling, awaiting scripts.
Use the metacall command in your shell after installing MetaCall to launch the CLI.
help: Show help for MetaCall CLI (Use this command to see the usage of a particular command)load: Load a script from file into MetaCallinspect: Show all runtimes, modules and functions (with their signature) loaded into MetaCallcall: Call a function previously loaded in MetaCall (Note: Forjsandpyfunctions that do not return anything, the default return value is anull)await: Await an async function previously loaded in MetaCallclear: Delete a script previously loaded in MetaCallexit: Exit from MetaCall CLI