We have quite a lot of app/tasks/ and want to organize them a bit, so we need to put oil refine tasks in subfolders,
But we didnt figure out how to call them.
We put task class file in fuel/tasks/sub/task.php:
We tried specifying \Fuel\Tasks\Sub namespace, we also tried class name Sub_Task and none of them worked while calling
php oil r sub/task
I saw it is possible for generate, but is it possible for oil refine at all?
Thank you.