In a two year old project I have some tasks in a nimscript file config.nims. I cannot recall what's the standard way to call this file.
I noticed
nim <TASKNAME> config.nims
does execute the task <TASKNAME>, but is there a shorter way? There must be a reason why I called the file config.nims...
OK, thanks @stisa.
So the top level definitions (like, in my case, compiling to JavaScript) are taken from config.nims
Good to know.