@imqueue/cli
Version:
Command Line Interface for IMQ
16 lines • 512 B
JavaScript
;
var _a;
Object.defineProperty(exports, "__esModule", { value: true });
exports.builder = exports.describe = exports.command = void 0;
// 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