imq-cli
Version:
Command Line Interface for IMQ
15 lines • 490 B
JavaScript
var _a;
Object.defineProperty(exports, "__esModule", { value: true });
// noinspection JSUnusedGlobalSymbols
_a = {
command: 'completions',
describe: 'Generates completions script for your shell',
builder(yargs) {
return yargs
.commandDir('completions')
.demandCommand()
.help();
}
}, exports.command = _a.command, exports.describe = _a.describe, exports.builder = _a.builder;
//# sourceMappingURL=completions.js.map
;