UNPKG

366 BTypeScriptView Raw
1#!/usr/bin/env node
2import { ApiOptions } from "@auto-it/core";
3/** Spin up the "auto" node API and provide it the parsed CLI args. */
4export declare function run(command: string, args: ApiOptions): Promise<void>;
5/** Run "auto" for a given command. */
6export default function main(command: string, args: ApiOptions): Promise<void>;
7//# sourceMappingURL=run.d.ts.map
\No newline at end of file