UNPKG

yaclt

Version:
14 lines 475 B
import { CommandModule } from "yargs"; import { GlobalArgv } from "../../cli/options"; import { Hook } from "../../utils/hook-handler"; export interface NewCommandOptions extends GlobalArgv { issueId?: string; message?: string; changeType?: string; edit?: boolean; preNew?: Hook; postNew?: Hook; entryFileName?: string; } export declare const NewCommand: CommandModule<Record<string, unknown>, NewCommandOptions>; //# sourceMappingURL=new.d.ts.map