UNPKG

bumping

Version:

Bump version, commit changes, tag, and push to Git

9 lines (7 loc) 191 B
/** * The main entry point of the CLI * * @param args - The command-line arguments (e.g. ["major", "--preid=alpha", "-ctpa"]) */ declare function main(): Promise<void>; export { main };