2 references to NewCommandParser
dotnet (2)
Commands\New\BuiltInTemplatePackageProvider.cs (1)
94
Version? sdkVersion = typeof(
NewCommandParser
).Assembly.GetName().Version;
Parser.cs (1)
132
rootCommand.Subcommands[rootCommand.Subcommands.IndexOf(rootCommand.NewCommand)] =
NewCommandParser
.ConfigureCommand(rootCommand.NewCommand);