UNPKG

jec-cli

Version:

CLI tool for managing JEC projects.

9 lines (8 loc) 239 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Version_1 = require("../../cmd/jec/Version"); function run(argv) { const cmd = new Version_1.Version(); cmd.run(argv); } exports.run = run;