UNPKG

@tinymce/beehive-flow

Version:

A CLI tool implementing the beehive flow git branching process

12 lines 508 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.printHeaderMessage = void 0; const tslib_1 = require("tslib"); const BeehiveArgs = tslib_1.__importStar(require("../args/BeehiveArgs")); const printHeaderMessage = (args) => { const cmd = BeehiveArgs.commandName(args); const dryRunMessage = args.dryRun ? ' (dry-run)' : ''; console.log(`Running: ${cmd} ${dryRunMessage}`); }; exports.printHeaderMessage = printHeaderMessage; //# sourceMappingURL=Messages.js.map