UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

12 lines (11 loc) 403 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.yargsReportCommand = void 0; exports.yargsReportCommand = { command: 'report', describe: 'Reports useful version numbers to copy into the Nx issue template.', handler: async () => { await (await Promise.resolve().then(() => require('./report'))).reportHandler(); process.exit(0); }, };