版博士V2.0程序
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.

index.d.ts 191 B

12345678
  1. /**
  2. * The main entry point of the CLI
  3. *
  4. * @param args - The command-line arguments (e.g. ["major", "--preid=alpha", "-ctpa"])
  5. */
  6. declare function main(): Promise<void>;
  7. export { main };