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

Method help

packages/cli/src/postgres/link/Link.ts:280–285  ·  view source on GitHub ↗
(error?: string)

Source from the content-addressed store, hash-verified

278 }
279
280 public help(error?: string): string | HelpError {
281 if (error) {
282 return new HelpError(`\n${bold(red(`!`))} ${error}\n${Link.help}`)
283 }
284 return Link.help
285 }
286}

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected