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

Method help

packages/cli/src/Init.ts:746–751  ·  view source on GitHub ↗
(error?: string)

Source from the content-addressed store, hash-verified

744
745 // help message
746 public help(error?: string): string | HelpError {
747 if (error) {
748 return new HelpError(`\n${bold(red(`!`))} ${error}\n${Init.help}`)
749 }
750 return Init.help
751 }
752}
753
754// order matters for the error message.

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected