UNPKG

582 BJavaScriptView Raw
1#!/usr/bin/env node
2"use strict";
3Object.defineProperty(exports, "__esModule", { value: true });
4var tslib_1 = require("tslib");
5var yargs_1 = tslib_1.__importDefault(require("yargs"));
6yargs_1.default
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("Misk Web CLI Usage: $ $0 <command> <required arg> [optional arg] [options]")
18 .strict().argv;
19//# sourceMappingURL=index.js.map
\No newline at end of file