1 implementation of IUpdateCommand
Microsoft.TemplateEngine.Cli (1)
Commands\update\BaseUpdateCommand.cs (1)
17: BaseCommand<UpdateCommandArgs, TDefinition>(hostBuilder, definition), IUpdateCommand
2 references to IUpdateCommand
Microsoft.TemplateEngine.Cli (2)
Commands\update\BaseUpdateCommand.cs (1)
20NewUpdateCommandDefinitionBase IUpdateCommand.Definition => Definition;
Commands\update\UpdateCommandArgs.cs (1)
13var definition = ((IUpdateCommand)parseResult.CommandResult.Command).Definition;