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