Launches the Mojo REPL.
Synopsis
Description
Launches a Mojo read-evaluate-print loop (REPL) environment, which provides interactive development in the terminal. You can also start the REPL by simply running mojo.
Any number of options and arguments may be specified on the command line. These are then forwarded to the underlying lldb tool, which runs the REPL.
Options
Common options
--help, -h
Displays help information.
--help-hidden
Displays help for hidden options.