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

Method help

packages/migrate/src/commands/MigrateStatus.ts:240–245  ·  view source on GitHub ↗
(error?: string)

Source from the content-addressed store, hash-verified

238 }
239
240 public help(error?: string): string | HelpError {
241 if (error) {
242 return new HelpError(`\n${bold(red(`!`))} ${error}\n${MigrateStatus.help}`)
243 }
244 return MigrateStatus.help
245 }
246}

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected