5 references to CreateTypeOption
Microsoft.DotNet.Cli.Definitions (2)
Commands\New\LegacyFilterOptions.cs (2)
57
TypeOption = SharedOptionsFactory.
CreateTypeOption
().AsHidden(),
68
TypeOption = SharedOptionsFactory.
CreateTypeOption
(),
Microsoft.TemplateEngine.Cli (3)
Commands\create\InstantiateCommand.NoMatchHandling.cs (1)
174
Option<string> typeOption = SharedOptionsFactory.
CreateTypeOption
();
Commands\create\TemplateCommand.cs (2)
93
TypeOption = SharedOptionsFactory.
CreateTypeOption
();
279
foreach (var option in new[] { SharedOptionsFactory.CreateLanguageOption(), SharedOptionsFactory.
CreateTypeOption
(), SharedOptionsFactory.CreateBaselineOption() })