UNPKG

nx-mesh

Version:
15 lines 479 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getCommandOptions = void 0; const arguments_1 = require("./arguments"); const env_1 = require("./env"); const getCommandOptions = (options) => { const args = (0, arguments_1.getCliArguments)(options.args); const env = (0, env_1.getCliEnv)(options.env); return { args, env, }; }; exports.getCommandOptions = getCommandOptions; //# sourceMappingURL=commands.js.map