@nestjs/cli
Version:
Nest - modern, fast, powerful node.js web framework (@cli)
10 lines (9 loc) • 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;
}