UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

9 lines 344 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.parseChoice = void 0; const parseChoice = (envComponent) => { const [env, componentName] = envComponent.split(":").map((x) => x || null); return { env: env, componentName }; }; exports.parseChoice = parseChoice; //# sourceMappingURL=parseChoice.js.map