3 references to CreateInteractiveOption
Microsoft.TemplateEngine.Cli (3)
Commands\NewCommand.Legacy.cs (1)
37
internal Option<bool> InteractiveOption { get; } = SharedOptionsFactory.
CreateInteractiveOption
().AsHidden();
Commands\SharedOptions.cs (1)
22
public static Option<bool> InteractiveOption { get; } = SharedOptionsFactory.
CreateInteractiveOption
();
Commands\update\BaseUpdateCommand.cs (1)
24
internal virtual Option<bool> InteractiveOption { get; } = SharedOptionsFactory.
CreateInteractiveOption
();