CLI
Compile, run, and inspect Jot programs from the command line.
Commands
jot run main.jot
jot check main.jot
jot fmt main.jotTypical loop
- Write code.
- Run
jot check. - Execute with
jot run. - Format before commit.
Notes
CLI options may change while the project is early-stage. Pin tool versions in CI.