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

Method help

packages/cli/src/Version.ts:47–53  ·  view source on GitHub ↗
(error?: string)

Source from the content-addressed store, hash-verified

45`)
46
47 public help(error?: string): string | HelpError {
48 if (error) {
49 return new HelpError(`\n${bold(red(`!`))} ${error}\n${Version.help}`)
50 }
51
52 return Version.help
53 }
54
55 async parse(argv: string[], config: PrismaConfigInternal, baseDir: string = process.cwd()): Promise<string | Error> {
56 const args = arg(argv, {

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected