UNPKG

jec-cli

Version:

CLI tool for managing JEC projects.

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