I would like to be able to pass arguments for a task that I have to call from another task
Invoking without arguments works for me like this:
Rake::Task["mytask1"].invoke
However with arguments like this it does not:
Rake::Task["mytask1[1,v18_0,20141230]"].invoke
Thanks
.reenable
to run the same task twice. See #22639694 – Linetta