MCPcopy
hub / github.com/bombshell-dev/clack / TaskLogOptions

Interface TaskLogOptions

packages/prompts/src/task-log.ts:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import { log } from './log.js';
13
14export interface TaskLogOptions extends CommonOptions {
15 title: string;
16 limit?: number;
17 spacing?: number;
18 retainLog?: boolean;
19}
20
21export interface TaskLogMessageOptions {
22 raw?: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected