UNPKG

imq-cli

Version:

Command Line Interface for IMQ

15 lines 449 B
"use strict"; var _a; Object.defineProperty(exports, "__esModule", { value: true }); // noinspection JSUnusedGlobalSymbols _a = { command: 'client', describe: 'Manage IMQ client', builder(yargs) { return yargs .commandDir('client') .demandCommand() .help(); } }, exports.command = _a.command, exports.describe = _a.describe, exports.builder = _a.builder; //# sourceMappingURL=client.js.map