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

Method help

packages/cli/src/Validate.ts:115–120  ·  view source on GitHub ↗
(error?: string)

Source from the content-addressed store, hash-verified

113
114 // help message
115 public help(error?: string): string | HelpError {
116 if (error) {
117 return new HelpError(`\n${bold(red(`!`))} ${error}\n${Validate.help}`)
118 }
119 return Validate.help
120 }
121}

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected