UNPKG

nest-commander

Version:

A module for making CLI applications with NestJS. Decorators for running commands and separating out config parsers included. This package works on top of commander.

7 lines 235 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CommandRootModule = void 0; class CommandRootModule { } exports.CommandRootModule = CommandRootModule; //# sourceMappingURL=command-root.module.js.map