UNPKG

398 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const Config_1 = require("../Config");
4const CliService_1 = require("./CliService");
5const Command_1 = require("../Command");
6exports.CliServiceFactory = (sm) => {
7 return new CliService_1.CliService(sm.get(Command_1.CommandManager), sm.get(Config_1.Config).of('cli'));
8};
9//# sourceMappingURL=CliServiceFactory.js.map
\No newline at end of file