addAllTasks function

void addAllTasks()

Enables all tasks from the cli_pkg package.

Implementation

void addAllTasks() {
  addChocolateyTasks();
  addGithubTasks();
  addHomebrewTasks();
  addNpmTasks();
  addPubTasks();
  addStandaloneTasks();
}