changelog-guru
Version:
Git changelog generator
32 lines (31 loc) • 759 B
TypeScript
import { Arguments } from 'yargs';
import { IBuildOptions } from '../../Changelog.js';
declare const _default: {
command: string;
alias: string;
desc: string;
showInHelp: boolean;
builder: {
bump: {
boolean: boolean;
description: string;
};
branch: {
string: boolean;
alias: string;
description: string;
};
provider: {
string: boolean;
alias: string;
description: string;
};
output: {
string: boolean;
alias: string;
description: string;
};
};
handler: (options: Arguments<IBuildOptions>) => Promise<void>;
};
export default _default;