pub fn cli(rt: &Runtime)Expand description
Run a basic CLI for a given runtime
This is useful for providing to users to check their scripts or run their tests with the runtime that the host application provides.
This CLI provides the following subcommands:
doc: generate documentationcheck: type check a scripttest: run tests for a scriptrun: run a function of a script