addTask function
Programmatically add a task to the global Grinder instance.
Any calls to this should occur before the call to grind.
Implementation
void addTask(GrinderTask task) => grinder.addTask(task);
Programmatically add a task to the global Grinder instance.
Any calls to this should occur before the call to grind.
void addTask(GrinderTask task) => grinder.addTask(task);