UNPKG

@ionic/cli-utils

Version:
14 lines (13 loc) 424 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); class GenerateRunner { createOptionsFromCommandLine(inputs, options) { const [type, name] = inputs; return { type, name }; } ensureCommandLine(inputs, options) { return tslib_1.__awaiter(this, void 0, void 0, function* () { }); } } exports.GenerateRunner = GenerateRunner;