UNPKG

nest-commander-schematics

Version:

A set of schematics for generating questions and commands with the NestJS CLI.

7 lines (6 loc) 195 B
import { CommonOptions } from '../common/common-options.interface'; export interface CommandOptions extends CommonOptions { question: string; default: boolean; isDefault?: boolean; }