UNPKG

@aws-amplify/cli-internal

Version:
12 lines 378 B
import { CommandLineInput } from '@aws-amplify/amplify-cli-core/src/types'; export declare class CLIInput implements CommandLineInput { argv: Array<string>; plugin?: string; command: string; subCommands?: string[]; options?: { [key: string]: string | boolean; }; constructor(argv: Array<string>); } //# sourceMappingURL=command-input.d.ts.map