2 writes to InteractiveOption
Microsoft.DotNet.Cli.Definitions (2)
Commands\New\NewInstallCommandDefinition.cs (2)
28
InteractiveOption
= parent.LegacyOptions.InteractiveOption;
33
InteractiveOption
= SharedOptionsFactory.CreateInteractiveOption();
3 references to InteractiveOption
Microsoft.DotNet.Cli.Definitions (2)
Commands\New\NewInstallCommandDefinition.cs (2)
38
Options.Add(
InteractiveOption
);
42
this.AddNoLegacyUsageValidators(isLegacy ? [
InteractiveOption
.Name, AddSourceOption.Name] : []);
Microsoft.TemplateEngine.Cli (1)
Commands\install\InstallCommandArgs.cs (1)
32
Interactive = parseResult.GetValue(installCommand.Definition.
InteractiveOption
);