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