UNPKG

kui-shell

Version:

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

14 lines 423 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const core_1 = require("@kui-shell/core"); const strings = core_1.i18n('plugin-core-support'); exports.default = { version: { strict: 'version', command: 'version', title: strings('versionUsageTitle'), header: strings('versionUsageHeader'), example: 'version' } }; //# sourceMappingURL=usage.js.map