1 instantiation of InstallCommand
Microsoft.TemplateEngine.Cli (1)
Commands\BaseCommand.cs (1)
38
{ NewInstallCommandDefinition.Name, (hostBuilder, definition) => new
InstallCommand
(hostBuilder, (NewInstallCommandDefinition)definition) },
12 references to InstallCommand
Microsoft.TemplateEngine.Cli (12)
Commands\install\LegacyInstallCommand.cs (1)
16
PrintDeprecationMessage<LegacyInstallCommand,
InstallCommand
>(args.ParseResult);
TemplateInvoker.cs (1)
261
Reporter.Output.WriteCommand(Example.For<
InstallCommand
>(templateArgs.ParseResult).WithArguments(templatePackage.DisplayName));
TemplatePackageCoordinator.cs (2)
152
.WithSubcommand<
InstallCommand
>()
642
.For<
InstallCommand
>(args.ParseResult)
TemplatePackageDisplay.cs (6)
58
.WithSubcommand<
InstallCommand
>()
161
_reporterError.WriteCommand(Example.For<
InstallCommand
>(parseResult).WithArguments(packageToInstall).WithOption(c => c.Definition.ForceOption));
190
_reporterError.WriteCommand(Example.For<
InstallCommand
>(parseResult).WithArguments(packageToInstall).WithOption(c => c.Definition.ForceOption));
203
_reporterError.WriteCommand(Example.For<
InstallCommand
>(parseResult).WithArguments(packageToInstall).WithOption(c => c.Definition.ForceOption));
306
.WithSubcommand<
InstallCommand
>()
311
.WithSubcommand<
InstallCommand
>()
TemplateSearch\CliTemplateSearchCoordinator.cs (2)
98
.WithSubcommand<
InstallCommand
>()
104
.WithSubcommand<
InstallCommand
>()