Open samaybar opened 9 years ago
@haganbt I have implemented this in a branch in my repo (off the globalfilter branch). I still have to document it in the readme file, but will share once I have. I think it worked out nicely.
Nice @samaybar look forward to taking a look.
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.)