UNPKG

keystone-seeder

Version:
7 lines (6 loc) 170 B
#!/usr/bin/env node import { Command } from "commander"; /** * Configure the CLI commands */ export declare function setupCLI(config: any, prismaModule: any): Command;