(error?: string)
| 102 | } |
| 103 | |
| 104 | public help(error?: string) { |
| 105 | if (error) { |
| 106 | return new HelpError(`\n${bold(red(`!`))} ${error}\n${CLI.help}`) |
| 107 | } |
| 108 | return CLI.help |
| 109 | } |
| 110 | |
| 111 | private static tryPdpMessage = `Optimize performance through connection pooling and caching with Prisma Accelerate. |
| 112 | Learn more at ${link('https://pris.ly/cli/pdp')}` |