UNPKG

302 BJavaScriptView Raw
1#!/usr/bin/env node
2"use strict";
3Object.defineProperty(exports, "__esModule", { value: true });
4const main_1 = require("./main");
5(0, main_1.impMain)(process.argv)
6 .then((retVal) => {
7 process.exit(retVal);
8})
9 .catch((errno) => {
10 process.exit(errno);
11});
12//# sourceMappingURL=cli.js.map
\No newline at end of file