UNPKG

518 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const tslib_1 = require("tslib");
4const command_1 = require("./cli/command");
5const root_1 = require("./commands/root");
6var error_1 = require("./cli/error");
7exports.handleError = error_1.handleError;
8function run(argv = process.argv.slice(2)) {
9 return tslib_1.__awaiter(this, void 0, void 0, function* () {
10 yield command_1.parse(root_1.rootCmd, argv);
11 });
12}
13exports.run = run;
14//# sourceMappingURL=index.js.map
\No newline at end of file