@salesforce/command
Version:
Salesforce CLI base command class
17 lines • 991 B
JavaScript
/*
* Copyright (c) 2020, salesforce.com, inc.
* All rights reserved.
* Licensed under the BSD 3-Clause license.
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.UX = exports.flags = exports.SfdxCommand = exports.Result = void 0;
const sfdxCommand_1 = require("./sfdxCommand");
Object.defineProperty(exports, "Result", { enumerable: true, get: function () { return sfdxCommand_1.Result; } });
Object.defineProperty(exports, "SfdxCommand", { enumerable: true, get: function () { return sfdxCommand_1.SfdxCommand; } });
const sfdxFlags_1 = require("./sfdxFlags");
Object.defineProperty(exports, "flags", { enumerable: true, get: function () { return sfdxFlags_1.flags; } });
const ux_1 = require("./ux");
Object.defineProperty(exports, "UX", { enumerable: true, get: function () { return ux_1.UX; } });
//# sourceMappingURL=exported.js.map
;