@nx-dotnet/dotnet
Version:
This library was generated with [Nx](https://nx.dev).
4 lines (3 loc) • 342 B
TypeScript
import { CommandLineParamFixes } from '@nx-dotnet/utils';
export type dotnetRunFlags = 'configuration' | 'framework' | 'force' | 'noDependencies' | 'noIncremental' | 'noRestore' | 'nologo' | 'output' | 'source' | 'verbosity' | 'versionSuffix' | 'runtime';
export declare const runCommandLineParamFixes: CommandLineParamFixes<dotnetRunFlags>;