UNPKG

kui-shell

Version:

This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool

11 lines 324 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (parsedOptions) => (entity) => { if (parsedOptions.name) { entity.name = parsedOptions.name; } if (parsedOptions.type) { entity.type = parsedOptions.type; } }; //# sourceMappingURL=overrides.js.map