@heroku-cli/command
Version:
base class for Heroku CLI commands
14 lines (13 loc) • 920 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.vars = exports.flags = exports.completions = exports.default = exports.Command = exports.APIClient = void 0;
const tslib_1 = require("tslib");
var api_client_1 = require("./api-client");
Object.defineProperty(exports, "APIClient", { enumerable: true, get: function () { return api_client_1.APIClient; } });
var command_1 = require("./command");
Object.defineProperty(exports, "Command", { enumerable: true, get: function () { return command_1.Command; } });
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return command_1.Command; } });
exports.completions = tslib_1.__importStar(require("./completions"));
exports.flags = tslib_1.__importStar(require("./flags"));
var vars_1 = require("./vars");
Object.defineProperty(exports, "vars", { enumerable: true, get: function () { return vars_1.vars; } });