@remote.it/cli
Version:
remote.it cross-platform command line
17 lines • 450 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var gluegun_1 = require("gluegun");
var CLI = /** @class */ (function () {
function CLI() {
var movieCLI = gluegun_1.build('remoteit')
.src(__dirname)
.help()
.version()
.defaultCommand()
.create();
movieCLI.run();
}
return CLI;
}());
exports.CLI = CLI;
//# sourceMappingURL=CLI.js.map