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

Method help

packages/migrate/src/commands/DbPush.ts:272–277  ·  view source on GitHub ↗
(error?: string)

Source from the content-addressed store, hash-verified

270 }
271
272 public help(error?: string): string | HelpError {
273 if (error) {
274 return new HelpError(`\n${bold(red(`!`))} ${error}\n${DbPush.help}`)
275 }
276 return DbPush.help
277 }
278}

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected