2 writes to InteractiveOption
Microsoft.DotNet.Cli.Definitions (2)
Commands\New\NewUpdateCommandDefinition.cs (2)
20InteractiveOption = parent.LegacyOptions.InteractiveOption; 25InteractiveOption = SharedOptionsFactory.CreateInteractiveOption();
3 references to InteractiveOption
Microsoft.DotNet.Cli.Definitions (2)
Commands\New\NewUpdateCommandDefinition.cs (2)
29Options.Add(InteractiveOption); 32this.AddNoLegacyUsageValidators(isLegacy ? [InteractiveOption.Name, AddSourceOption.Name] : []);
Microsoft.TemplateEngine.Cli (1)
Commands\update\UpdateCommandArgs.cs (1)
15Interactive = parseResult.GetValue(definition.InteractiveOption);