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

Method help

packages/migrate/src/commands/MigrateDeploy.ts:161–166  ·  view source on GitHub ↗
(error?: string)

Source from the content-addressed store, hash-verified

159 }
160
161 public help(error?: string): string | HelpError {
162 if (error) {
163 return new HelpError(`\n${bold(red(`!`))} ${error}\n${MigrateDeploy.help}`)
164 }
165 return MigrateDeploy.help
166 }
167}

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected