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

Method help

packages/cli/src/Studio.ts:239–245  ·  view source on GitHub ↗
(error?: string)

Source from the content-addressed store, hash-verified

237 }
238
239 help(error?: string): string | HelpError {
240 if (error) {
241 return new HelpError(`\n${bold(red(`!`))} ${error}\n${Studio.help}`)
242 }
243
244 return Studio.help
245 }
246
247 /**
248 * Parses arguments passed to this command, and starts Studio

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected