@sfdx-falcon/command
Version:
Contains SFDX-Falcon flavored extensions to @sfdx/command. Part of the SFDX-Falcon Library.
22 lines • 1.74 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
//─────────────────────────────────────────────────────────────────────────────────────────────────┐
/**
* @author Vivek M. Chawla <@VivekMChawla>
* @copyright 2019, Vivek M. Chawla / Salesforce. All rights reserved.
* @license BSD-3-Clause For full license text, see the LICENSE file in the repo root or
* `https://opensource.org/licenses/BSD-3-Clause`
* @file packages/command/src/index.ts
* @summary Exports SFDX-Falcon flavored extensions to `@sfdx/command`.
* @description Exports SFDX-Falcon flavored extensions to `@sfdx/command`.
*/
//─────────────────────────────────────────────────────────────────────────────────────────────────┘
// Import from sfdx-falcon-command.
const sfdx_falcon_command_1 = require("./sfdx-falcon-command");
exports.SfdxFalconCommand = sfdx_falcon_command_1.SfdxFalconCommand;
const sfdx_falcon_command_2 = require("./sfdx-falcon-command");
exports.SfdxFalconCommandType = sfdx_falcon_command_2.SfdxFalconCommandType;
// Import from sfdx-falcon-generator-command.
const sfdx_falcon_generator_command_1 = require("./sfdx-falcon-generator-command");
exports.SfdxFalconGeneratorCommand = sfdx_falcon_generator_command_1.SfdxFalconGeneratorCommand;
//# sourceMappingURL=index.js.map