UNPKG

372 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 execute(command: string, args: ApiOptions): Promise<void>;
5/** Run "auto" for a given command. */
6export declare function runCli(command: string, args: ApiOptions): Promise<void>;
7//# sourceMappingURL=run.d.ts.map
\No newline at end of file