MCPcopy Index your code
hub / github.com/bholmesdev/simple-stack / printHelp

Function printHelp

packages/form/src/cli.ts:204–276  ·  view source on GitHub ↗

* 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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

helpFunction · 0.85

Calls 4

linebreakFunction · 0.85
calculateTablePaddingFunction · 0.85
titleFunction · 0.85
tableFunction · 0.85

Tested by

no test coverage detected