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

Method sectionTitle

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

Source from the content-addressed store, hash-verified

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 = () => {
1404 this.logger.error("Incorrect use of help");
1405 this.logger.error(

Callers

nothing calls this directly

Calls 1

#uiSectionTitleMethod · 0.95

Tested by

no test coverage detected