6 references to CreateLanguageOption
Microsoft.TemplateEngine.Cli (6)
Commands\create\InstantiateCommand.Help.cs (1)
221
.WithOption(SharedOptionsFactory.
CreateLanguageOption
(), supportedLanguages.First())
Commands\create\InstantiateCommand.NoMatchHandling.cs (1)
171
Option<string> languageOption = SharedOptionsFactory.
CreateLanguageOption
();
Commands\create\TemplateCommand.cs (2)
63
LanguageOption = SharedOptionsFactory.
CreateLanguageOption
();
264
foreach (var option in new[] { SharedOptionsFactory.
CreateLanguageOption
(), SharedOptionsFactory.CreateTypeOption(), SharedOptionsFactory.CreateBaselineOption() })
Commands\FilterOptionDefinition.cs (1)
40
optionFactory: () => SharedOptionsFactory.
CreateLanguageOption
(),
TemplateSearch\CliTemplateSearchCoordinator.cs (1)
275
.WithOption(SharedOptionsFactory.
CreateLanguageOption
(), "C#"));