MCPcopy Create free account
hub / github.com/webpack/webpack-cli / #uiHeader

Method #uiHeader

packages/webpack-cli/src/webpack-cli.ts:1711–1714  ·  view source on GitHub ↗

A branded title, e.g. `⬡ webpack build`.

(title: string)

Source from the content-addressed store, hash-verified

1709
1710 /** A branded title, e.g. `⬡ webpack build`. */
1711 #uiHeader(title: string): string {
1712 const { bold, cyan } = this.colors;
1713 return `${bold(cyan("⬡"))} ${bold(cyan(title))}`;
1714 }
1715
1716 /** A section heading with an underline, e.g. `Options` followed by a divider. */
1717 #uiSectionTitle(title: string): string {

Callers 3

headerMethod · 0.95
#uiCommandHeaderMethod · 0.95
#renderEnvinfoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected