kui-shell
Version:
This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool
20 lines • 912 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const _ExecOptions = require("../models/execOptions");
exports.ExecOptions = _ExecOptions;
const _Commands = require("../models/command");
const utility_1 = require("../core/utility");
const Context = require("../commands/context");
var Commands;
(function (Commands) {
Commands.DefaultExecOptions = _ExecOptions.DefaultExecOptions;
Commands.withLanguage = _ExecOptions.withLanguage;
Commands.getCurrentContext = Context.getCurrentContext;
Commands.ExecType = _Commands.ExecType;
Commands.isCommandHandlerWithEvents = _Commands.isCommandHandlerWithEvents;
Commands.unparse = utility_1.optionsToString;
})(Commands = exports.Commands || (exports.Commands = {}));
var command_1 = require("../models/command");
exports.ExecType = command_1.ExecType;
exports.default = Commands;
//# sourceMappingURL=commands.js.map