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

Method help

packages/cli/src/CLI.ts:104–109  ·  view source on GitHub ↗
(error?: string)

Source from the content-addressed store, hash-verified

102 }
103
104 public help(error?: string) {
105 if (error) {
106 return new HelpError(`\n${bold(red(`!`))} ${error}\n${CLI.help}`)
107 }
108 return CLI.help
109 }
110
111 private static tryPdpMessage = `Optimize performance through connection pooling and caching with Prisma Accelerate.
112Learn more at ${link('https://pris.ly/cli/pdp')}`

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected