@ionic/cli-utils
Version:
Ionic CLI Utils
14 lines (13 loc) • 424 B
JavaScript
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;
;