UNPKG
bumping
Version:
latest (9.2.1)
9.2.1
Bump version, commit changes, tag, and push to Git
github.com/nyxb/bumping
nyxb/bumping
bumping
/
dist
/
cli
/
index.d.ts
9 lines
(7 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * 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 };