public vs private tasks
Author: cowboyCreated Mar 28, 2013Updated Aug 15, 2026
LabelsComponent: tasksStatus: Ready
Right now, all tasks are "public" meaning that all tasks can be run on the cli. It might be helpful on projects that have finely-crafted alias tasks to be able to make tasks "private" to hide them from the `--help` screen and prevent them from being run on the cli (or via lib)
Source: gruntjs/grunt