1 write to NewCommand
Microsoft.DotNet.Cli.Definitions (1)
Commands\DotNetCommandDefinition.cs (1)
140
Subcommands.Add(
NewCommand
= new());
3 references to NewCommand
dotnet (2)
Parser.cs (2)
161
rootCommand.Subcommands[rootCommand.Subcommands.IndexOf(rootCommand.
NewCommand
)] = NewCommandParser.ConfigureCommand(rootCommand.
NewCommand
);
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Parser.cs (1)
135
helpOption.Action = new AotPrintHelpAction(helpOption, DotnetHelpBuilder.Instance.Value, rootCommand.
NewCommand
, rootCommand.TestCommand);