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

Method header

packages/webpack-cli/src/webpack-cli.ts:1400–1400  ·  view source on GitHub ↗
(title: string)

Source from the content-addressed store, hash-verified

1398 const INDENT = UI_INDENT;
1399 const divider = this.#uiDivider();
1400 const header = (title: string) => this.#uiHeader(title);
1401 // Section headings ("Options", "Commands", …) get a colored title and an underline.
1402 const sectionTitle = (title: string) => this.#uiSectionTitle(title);
1403 const outputIncorrectUsageOfHelp = () => {

Callers

nothing calls this directly

Calls 1

#uiHeaderMethod · 0.95

Tested by

no test coverage detected