MCPcopy Create free account
hub / github.com/amaancoderx/npxskillui / warnLine

Function warnLine

src/ui.ts:241–243  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

239}
240
241export function warnLine(message: string): void {
242 console.log(' ' + chalk.yellow('\u26a0') + ' ' + chalk.dim(message));
243}
244
245export function infoLine(message: string): void {
246 console.log(' ' + chalk.dim('\u2022') + ' ' + chalk.dim(message));

Callers 1

cli.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected