craydent-cli
Version:
Node module to manage command line execution and arguments
21 lines (20 loc) • 938 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/*/---------------------------------------------------------/*/
/*/ Craydent LLC node-v0.9.0 /*/
/*/ Copyright 2011 (http://craydent.com/about) /*/
/*/ Dual licensed under the MIT or GPL Version 2 licenses. /*/
/*/ (http://craydent.com/license) /*/
/*/---------------------------------------------------------/*/
/*/---------------------------------------------------------/*/
//#region imports
//@ts-ignore
const __common_1 = require("./private/__common");
//#endregion typeDefs
if (!__common_1.$c.MODULES_LOADED[__common_1.info.name]) {
const __logModule = require('./private/__logModule').default;
__logModule(__common_1.info.name);
const prototypes = require('./__prototypes');
__common_1.$c.CLI = __common_1.$c.CLI || prototypes.CLI;
}
exports.default = __common_1.$c;