4 references to CreateOutputOption
Microsoft.DotNet.Cli.Definitions (2)
Commands\New\InstantiateOptions.cs (1)
10public readonly Option<FileInfo> OutputOption = SharedOptionsFactory.CreateOutputOption();
Commands\New\NewListCommandDefinition.cs (1)
25public readonly Option<FileInfo> OutputOption = SharedOptionsFactory.CreateOutputOption();
Microsoft.TemplateEngine.Cli (2)
Commands\create\InstantiateCommand.Help.cs (1)
292SharedOptionsFactory.CreateOutputOption(),
Commands\create\TemplateCommand.cs (1)
52OutputOption = SharedOptionsFactory.CreateOutputOption();