* Format help two-column grid. * @see https://github.com/withastro/astro/blob/main/packages/astro/src/core/messages.ts#L298
({
commandName,
headline,
usage,
tables,
description,
}: {
commandName: string;
headline?: string;
usage?: string;
tables?: Record<string, [command: string, help: string][]>;
description?: string;
})
source not stored for this graph (policy: none)
no test coverage detected