UNPKG

@nodearch/cli

Version:
13 lines 481 B
import { CommandQuestion, ICommand, ICommandBuilder } from '@nodearch/command'; import { Logger } from '@nodearch/core'; export declare class CreateCommand implements ICommand { private readonly logger; command: string; describe: string; availableTypes: string[]; builder: ICommandBuilder; questions: CommandQuestion[]; constructor(logger: Logger); handler(options: Record<string, any>): Promise<void>; } //# sourceMappingURL=create.command.d.ts.map