Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ help
Method
help
packages/migrate/src/commands/MigrateCommand.ts:104–109 ·
view source on GitHub ↗
(error?: string)
Source
from the content-addressed store, hash-verified
102
}
103
104
public help(error?: string): string | HelpError {
105
if
(error) {
106
return
new
HelpError(`\n${bold(red(`!`))} ${error}\n${MigrateCommand.help}`)
107
}
108
return
MigrateCommand.help
109
}
110
}
Callers
1
parse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected