1 instantiation of UpdateCommand
Microsoft.TemplateEngine.Cli (1)
Commands\BaseCommand.cs (1)
46
{ NewUpdateCommandDefinition.Name, (hostBuilder, definition) => new
UpdateCommand
(hostBuilder, (NewUpdateCommandDefinition)definition) },
3 references to UpdateCommand
Microsoft.TemplateEngine.Cli (3)
Commands\update\LegacyUpdateApplyCommand.cs (1)
16
PrintDeprecationMessage<LegacyUpdateApplyCommand,
UpdateCommand
>(args.ParseResult);
Commands\update\LegacyUpdateCheckCommand.cs (1)
16
PrintDeprecationMessage<LegacyUpdateCheckCommand,
UpdateCommand
>(args.ParseResult, additionalNewOptionSelector: c => c.Definition.CheckOnlyOption);
TemplatePackageDisplay.cs (1)
318
.WithSubcommand<
UpdateCommand
>());