5 references to CreateTypeOption
Microsoft.TemplateEngine.Cli (5)
Commands\create\InstantiateCommand.Help.cs (1)
256.WithOption(SharedOptionsFactory.CreateTypeOption(), supportedTypes.First())
Commands\create\InstantiateCommand.NoMatchHandling.cs (1)
172Option<string> typeOption = SharedOptionsFactory.CreateTypeOption();
Commands\create\TemplateCommand.cs (2)
88TypeOption = SharedOptionsFactory.CreateTypeOption(); 264foreach (var option in new[] { SharedOptionsFactory.CreateLanguageOption(), SharedOptionsFactory.CreateTypeOption(), SharedOptionsFactory.CreateBaselineOption() })
Commands\FilterOptionDefinition.cs (1)
54optionFactory: () => SharedOptionsFactory.CreateTypeOption(),