Since @inlang/cli version 3.1.4, some inlang CLI commands don't terminate anymore. Functionally, they work just fine and produce the expected output as long as you provide valid arguments, they just don't terminate.
Tested with:
inlang machine translate --project ./some-project.inlang
inlang validate --project ./some-project.inlang
Each command was tested via both pnpm exec and npm exec.
Environment:
- pnpm 10.28.0
- npm 11.6.2
- node v24.13.0