UNPKG

@bluecadet/launchpad-cli

Version:
8 lines 231 B
export type GlobalLaunchpadArgs = { config?: string; env?: (string | number)[]; envCascade?: string; verbose?: number; }; export declare function run(argv: string[]): Promise<void>; //# sourceMappingURL=run.d.ts.map