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) 267 B
import { Schema } from './params'; export declare function printHelp(header: string, schema: Schema, meta: { mode: 'generate'; plugin: string; entity: string; aliases: string[]; } | { mode: 'run'; plugin: string; entity: string; }): void;