Introduction
CLI
Links
Appearance
import { tasks } from "@tsed/cli-tasks";
See /packages/cli-tasks/src/tasks.ts.
function tasks<T = any>(list: Task[], ctx: T & TasksOptions, parent?: TaskLogger): Promise<void>;