Expand description
htl CLI. Also built as cargo-htl so cargo htl <verb> works.
htl check <paths...>type-check files or directorieshtl gen <file.tl>emit readable Lua (escape hatch)htl run <file.tl|.hb>type-check then execute (strict: type errors abort)htl build <dir>compile a tree of.tlinto one stripped-bytecode bundlehtl bundle info <.hb>print what a bundle records, without running it