(warnings: EngineArgs.IntrospectResult['warnings'])
| 308 | } |
| 309 | |
| 310 | private getWarningMessage(warnings: EngineArgs.IntrospectResult['warnings']): string { |
| 311 | if (warnings) { |
| 312 | return `\n${warnings}` |
| 313 | } |
| 314 | |
| 315 | return '' |
| 316 | } |
| 317 | |
| 318 | public help(error?: string): string | HelpError { |
| 319 | if (error) { |