MCPcopy Create free account
hub / github.com/dataform-co/dataform / warningOutput

Function warningOutput

cli/console.ts:32–32  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

30
31const successOutput = (text: string) => output(text, ansiColorCodes.green);
32const warningOutput = (text: string) => output(text, ansiColorCodes.yellow);
33const errorOutput = (text: string) => output(text, ansiColorCodes.red);
34const calloutOutput = (text: string) => output(text, ansiColorCodes.cyan);
35

Callers 1

printExecutedActionFunction · 0.85

Calls 1

outputFunction · 0.85

Tested by

no test coverage detected