UNPKG

nx

Version:

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

8 lines (7 loc) 336 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const metadata_1 = require("../completion/metadata"); const completion_providers_1 = require("../completion/completion-providers"); (0, metadata_1.registerCompletion)('run', { positionals: [{ complete: completion_providers_1.completeProjectTarget }], });