UNPKG

changelog-guru

Version:
24 lines (23 loc) 582 B
import { Arguments } from 'yargs'; import { ILintOptions } from '../../Changelog.js'; declare const _default: { command: string; alias: string; desc: string; showInHelp: boolean; builder: { message: { required: boolean; string: boolean; alias: string; description: string; }; maxLength: { number: boolean; alias: string; description: string; }; }; handler: (options: Arguments<ILintOptions>) => Promise<void>; }; export default _default;