UNPKG

351 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.GenerateRunner = void 0;
4class GenerateRunner {
5 createOptionsFromCommandLine(inputs, options) {
6 const [type, name] = inputs;
7 return { type, name };
8 }
9 async ensureCommandLine(inputs, options) { }
10}
11exports.GenerateRunner = GenerateRunner;