Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ help
Method
help
packages/migrate/src/commands/MigrateResolve.ts:177–182 ·
view source on GitHub ↗
(error?: string)
Source
from the content-addressed store, hash-verified
175
}
176
177
public help(error?: string): string | HelpError {
178
if
(error) {
179
return
new
HelpError(`\n${bold(red(`!`))} ${error}\n${MigrateResolve.help}`)
180
}
181
return
MigrateResolve.help
182
}
183
}
Callers
1
parse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected