UNPKG

@auto-canary/auto

Version:

CLI tools to help facilitate semantic versioning based on GitHub PR labels

7 lines 366 B
#!/usr/bin/env node import { ApiOptions } from '@auto-it/core'; /** Spin up the "auto" node API and provide it the parsed CLI args. */ export declare function run(command: string, args: ApiOptions): Promise<void>; /** Run "auto" for a given command. */ export default function main(command: string, args: ApiOptions): Promise<void>; //# sourceMappingURL=run.d.ts.map