UNPKG

firmament-yargs

Version:

Typescript classes for building CLI node applications

18 lines 474 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); require("reflect-metadata"); const inversify_config_1 = require("../../inversify.config"); const commandLine = inversify_config_1.default.get('CommandLine'); commandLine.printTable([ { Bland: 'Very', Scrot: 'Stuben', Lorch: 'Plink' }, { Bland: 'Very1', Scrot: 'Stuben2', Lorch: 'Plink3' } ]); //# sourceMappingURL=manual-tests.js.map