| 4 | * Command interface |
| 5 | */ |
| 6 | export interface Command { |
| 7 | parse(argv: string[], config: PrismaConfigInternal, baseDir: string): Promise<string | Error> |
| 8 | } |
| 9 | |
| 10 | /** |
| 11 | * Commands |
no outgoing calls
no test coverage detected
searching dependent graphs…