MCPcopy Index your code
hub / github.com/prisma/prisma / help

Method help

packages/cli/src/postgres/PostgresCommand.ts:57–62  ·  view source on GitHub ↗
(error?: string)

Source from the content-addressed store, hash-verified

55 }
56
57 public help(error?: string): string | HelpError {
58 if (error) {
59 return new HelpError(`\n${bold(red(`!`))} ${error}\n${PostgresCommand.help}`)
60 }
61 return PostgresCommand.help
62 }
63}

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected