UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

14 lines (13 loc) 309 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;