UNPKG

snips-sam

Version:

The Snips Assistant Manager

16 lines 431 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const yargs = require("yargs"); function run() { return tslib_1.__awaiter(this, void 0, void 0, function* () { yargs .commandDir('commands') .demandCommand(1, 10) .strict() .help() .argv; }); } exports.run = run; //# sourceMappingURL=sam.js.map