TaskLoggerOptions
@tsed/cli-tasks
Usage
typescript
import { TaskLoggerOptions } from "@tsed/cli-tasks";Overview
ts
interface TaskLoggerOptions {
title: string;
index: number;
type?: "group" | "taskLog" | "log" | "spinner" | "progress";
parent?: TaskLogger;
renderMode?: "default" | "raw";
}title
ts
title: string;index
ts
index: number;type
ts
type?: "group" | "taskLog" | "log" | "spinner" | "progress";parent
ts
parent?: TaskLogger;renderMode
ts
renderMode?: "default" | "raw";