6 references to ForceOption
Microsoft.DotNet.Cli.Definitions (1)
Commands\New\NewInstallCommandDefinition.cs (1)
40
Options.Add(
ForceOption
);
Microsoft.TemplateEngine.Cli (5)
Commands\install\InstallCommandArgs.cs (1)
34
Force = parseResult.GetValue(installCommand.Definition.
ForceOption
);
TemplatePackageCoordinator.cs (1)
644
.WithOption(c => c.Definition.
ForceOption
));
TemplatePackageDisplay.cs (3)
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
));