I wanted to use this tool to corroborate my EJS as a validator before deploying the files and actually using them, but it always returns an exit code of 0 regardless if it found or not errors while compiling the EJS's.
I tried this out by:
$>ejs-cli MyFileName
{ReferenceError:....}
$>echo Exit Code is %errorlevel%
Exit Code is 0
It would be grate if the Exit code would represent the real exit status of the application.
I really liked this tool otherwise,
Thanks for your time and effort.