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

Method help

packages/migrate/src/commands/MigrateDiff.ts:318–323  ·  view source on GitHub ↗
(error?: string)

Source from the content-addressed store, hash-verified

316 }
317
318 public help(error?: string): string | HelpError {
319 if (error) {
320 throw new HelpError(`\n${error}\n\n${helpOptions}`)
321 }
322 return MigrateDiff.help
323 }
324}
325
326export function getRemovedTargetParameterHint(parameter: string): string | undefined {

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected