* 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 not stored for this graph (policy: none)
no test coverage detected