How can I use parameters in NimScript tasks? I had a peek at the the task template source and it looks like the ...Task proc does not take any parameters.
So do I have to read parameters manually from the command line?
Thanks. That's what I was suspecting.
Problem though is, if you want to call task from within your nimscript (via the ...Task proc) you have no change to provide the correct parameters - or do I overlook something?