ft_transcendence/pong/node_modules/@nestjs/cli/commands/generate.command.d.ts
2023-05-02 19:15:50 +02:00

10 lines
339 B
TypeScript

import { CommanderStatic } from 'commander';
import { AbstractCommand } from './abstract.command';
export declare class GenerateCommand extends AbstractCommand {
load(program: CommanderStatic): Promise<void>;
private buildDescription;
private buildSchematicsListAsTable;
private getCollection;
private getSchematics;
}