You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /**
- * 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 };
|