CLI Commands
frankiec- launch the REPLfrankiec run <file.fk>- run a programfrankiec build <file.fk>- compile to Python sourcefrankiec check <file.fk>- syntax check onlyfrankiec test [file.fk]- run test suite (default: test.fk)frankiec fmt [--write] [--check] <file.fk>- auto-formatfrankiec docs [--output out.md] <file.fk>- generate docsfrankiec repl- interactive REPLfrankiec version- show versionfrankiec --help- full usagefrankiec <cmd> --help- per-command help