retro -i -t foo.retro
(assuming this file does not exist)retro
goes into the REPL, but does not crash or emit warnings about the fact that the file is missing.Since most CLI tools will exit with code 1 and emit an error message (or emit a warning if they do not crash on bad input), I found the current behavior surprising.
RETRO 12 (2021.7)
Resolved. It will now display an error and exit with code 1 as expected.