UNPKG

512 BJavaScriptView Raw
1#!/usr/bin/env node
2"use strict";
3Object.defineProperty(exports, "__esModule", { value: true });
4var tslib_1 = require("tslib");
5var yargs = tslib_1.__importStar(require("yargs"));
6yargs
7 .scriptName("miskweb")
8 .commandDir("commands")
9 .demandCommand()
10 .option("e", {
11 alias: "each",
12 describe: "run command in all subdirectories that have miskTab.json",
13 type: "boolean"
14})
15 .help()
16 .version()
17 .usage("$0 <command> [opts]")
18 .strict().argv;
19//# sourceMappingURL=index.js.map
\No newline at end of file