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

Method #frame

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

* Prints a framed command screen: a branded header, the command body, and the * shared documentation footer. Used by `info`, `version` and `configtest`. * @param {object} meta The command name and a one-line description. * @param {Function} body A callback that prints the command's main out

(
    meta: { name: string; description: string },
    body: () => void | Promise<void>,
  )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

WebpackCLIClass · 0.95

Calls 2

#uiCommandHeaderMethod · 0.95
#uiFooterMethod · 0.95

Tested by

no test coverage detected