MCPcopy
hub / github.com/triggerdotdev/trigger.dev / chalkTask

Function chalkTask

packages/cli-v3/src/utilities/cliOutput.ts:39–41  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

37}
38
39export function chalkTask(text: string) {
40 return chalk.hex("#60A5FA")(text);
41}
42
43export function chalkRun(text: string) {
44 return chalk.hex("#A78BFA")(text);

Callers 3

printDevBannerFunction · 0.85
executeTaskRunMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…