It would be helpful to be able to mark only specific tasks in a config file to run. This way, if you have a long config file but just want to rerun one or several tasks, you can do it without commenting out everything else/deleting/etc.
I suggest adding a global flag for "run only selected" and then a property that can be added in individual tasks (runonly: true perhaps?) that will specify that a task should be run. (Though you may have a more elegant way to implement.)
It would be helpful to be able to mark only specific tasks in a config file to run. This way, if you have a long config file but just want to rerun one or several tasks, you can do it without commenting out everything else/deleting/etc.
I suggest adding a global flag for "run only selected" and then a property that can be added in individual tasks (runonly: true perhaps?) that will specify that a task should be run. (Though you may have a more elegant way to implement.)