UNPKG

@aws-amplify/cli-internal

Version:
11 lines 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CLIInput = void 0; class CLIInput { constructor(argv) { this.command = ''; this.argv = new Array().concat(argv); } } exports.CLIInput = CLIInput; //# sourceMappingURL=command-input.js.map