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

Method help

packages/migrate/src/commands/DbCommand.ts:75–80  ·  view source on GitHub ↗
(error?: string)

Source from the content-addressed store, hash-verified

73 }
74
75 public help(error?: string): string | HelpError {
76 if (error) {
77 return new HelpError(`\n${bold(red(`!`))} ${error}\n${DbCommand.help}`)
78 }
79 return DbCommand.help
80 }
81}

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected