MCPcopy
hub / github.com/prisma/prisma / help

Method help

packages/cli/src/Generate.ts:339–344  ·  view source on GitHub ↗
(error?: string)

Source from the content-addressed store, hash-verified

337
338 // help message
339 public help(error?: string): string | HelpError {
340 if (error) {
341 return new HelpError(`\n${bold(red(`!`))} ${error}\n${Generate.help}`)
342 }
343 return Generate.help
344 }
345}
346
347function getCurrentClientVersion(): string | null {

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected