Internal Tasks
Understand how to use internal tasks in Taskfile.
Refer here for Internal includes
Internal tasks in Taskfile are used to define tasks that are not intended to be run directly by users. They are useful for organizing utility tasks that support the main tasks of your project without cluttering the task list.
In this case, it will only show the public-task
in the task list, while secret-task
is hidden from the user.