UNPKG

@nx-dotnet/dotnet

Version:

This library was generated with [Nx](https://nx.dev).

4 lines (3 loc) 300 B
import { CommandLineParamFixes } from '@nx-dotnet/utils'; export type DotnetNewFlags = 'dryRun' | 'force' | 'language' | 'name' | 'install' | 'nugetSource' | 'output' | 'uninstall' | 'updateApply' | 'updateCheck'; export declare const newCommandLineParamFixes: CommandLineParamFixes<DotnetNewFlags>;