Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ help
Method
help
packages/cli/src/Format.ts:115–120 ·
view source on GitHub ↗
(error?: string)
Source
from the content-addressed store, hash-verified
113
}
114
115
public help(error?: string): string | HelpError {
116
if
(error) {
117
return
new
HelpError(`\n${bold(red(`!`))} ${error}\n${Format.help}`)
118
}
119
return
Format.help
120
}
121
}
Callers
1
parse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected