Yeah, you're missing the `e` option for the nim compiler. Also the `--hints:off` is purely optional. It's just that I prefer it to be more silent.
This will turn off hints from the compiler that would be shown on each execution otherwise thanks to the interpreted nature of nimscript.
