Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ help
Method
help
packages/migrate/src/commands/MigrateDev.ts:350–355 ·
view source on GitHub ↗
(error?: string)
Source
from the content-addressed store, hash-verified
348
}
349
350
public help(error?: string): string | HelpError {
351
if
(error) {
352
return
new
HelpError(`\n${bold(red(`!`))} ${error}\n${MigrateDev.help}`)
353
}
354
return
MigrateDev.help
355
}
356
}
Callers
1
parse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected