yaclt
Version:
Yet Another Change Log Tool
14 lines • 475 B
TypeScript
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